前端执行 js 脚本
Delay function calls until a set time elapses after the last invocation
Run a child as if it's the foreground process. Give it stdio. Exit when it exits.
ECMAScript code generator
> This library exposes [ES modules](http://exploringjs.com/es6/ch_modules.html#sec_basics-of-es6-modules). Use an ES module aware bundler such as [Webpack](https://webpack.js.org) or [Rollup](https://rollupjs.org) to bundle it for the browser.
Deprecate all the things
Execute shell command(s) sequentially when the bundle is generated.
Cross platform environment variables with process.env, window.name, location.hash and localStorage fallbacks
High-priority task queue for Node.js and browsers
semantic-release plugin to run custom shell commands
Plugin for batching and executing Appium driver commands
Bump version, commit changes, tag, and push to Git
Fork of GraphQL.js' execute function
a CSS selector compiler/engine
Tries to execute a function and discards any error that occurs
check if a source string is an es6 module
An exchange for executing queries against a local schema in urql
Next-generation take on pre/post function hooks
A websocket transport for GraphQL subscriptions
Execute a callback when a request closes, finishes, or errors
Size Limit preset for applications
CLI tool for Size Limit
Automagically generates command-line interfaces (CLI) for any module. Expected options and help sections are created automatically based on parameters names, with support to async. It can be installed globally, in order to *execute* any module, or .js fil
A simple tool to keep requests to be executed in order.
Efficiently execute js from ruby by keeping a long run nodejs process
Namespace and Selectively Execute Javascript
Additional finders for capybara that for some reason cannot use only xpath for finding nodes but needs to execute js for some calculations. \ Ex: I you want to find a table cell that is under or next to other cell the easiest way to do it is to check their position on page and compare them. This way you do not need to wory about calculating the effects of using colspan and rowspan attributes. The downside is that you need to use capybara driver that runs a browser like selenium.
Efficiently execute js from ruby by keeping a long run nodejs process
Handleit - promise like way of handling logic execution with ability of chaining handlers like in js promise, plus some useful additions like guard and rollback
Many sites these days absolutely require a user to have Javascript enabled in order to function properly. You may have one yourself. Users that either have JS disabled or only allow trusted sites to execute JS should be given a textual warning that their user experience may be hampered. This Rack middleware will append a div with a customizable message to the HTTP response body, right after the opening <body> tag. This warning message is then hidden via a CSS command that is written by Javascript.
nib.js is a NibJS javascript library allowing to maintain javascript projects ala 'node.js' (modules, exports, require) while also targetting a web browser as execution platform. It contains a simple packager command (nibjs) that will convert your sources to a single and minified .js file to be embedded in the browser. Node.js's exports and require are correctly bounded.
The middleware makes sure any request to specified paths would have been preflighted if it was sent by a browser. We don't want random websites to be able to execute actual GraphQL operations from a user's browser unless our CORS policy supports it. It's not good enough just to ensure that the browser can't read the response from the operation; we also want to prevent CSRF, where the attacker can cause side effects with an operation or can measure the timing of a read operation. Our goal is to ensure that we don't run the context function or execute the GraphQL operation until the browser has evaluated the CORS policy, which means we want all operations to be pre-flighted. We can do that by only processing operations that have at least one header set that appears to be manually set by the JS code rather than by the browser automatically. POST requests generally have a content-type `application/json`, which is sufficient to trigger preflighting. So we take extra care with requests that specify no content-type or that specify one of the three non-preflighted content types. For those operations, we require one of a set of specific headers to be set. By ensuring that every operation either has a custom content-type or sets one of these headers, we know we won't execute operations at the request of origins who our CORS policy will block.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.