![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
amok [options] <SCRIPT | URL>
npm install amok -g
Amok standalone command line tool for rapid prototyping and development of JavaScript applications.
It monitors changes in the file system. As soon as you save a file, it is then preprocessed, compiled and bundled as needed, the code is then refreshed in the client while it is running without restarting or reloading the client.
This re-compilation is done through a remote debugging session, which leverages the re-compilation capabilities built into the runtime itself. Doing re-compilation has several advantages over reloading and hot replacement, application state is kept, no side effects are executed, and there is no code that cannot be edited live, including anonymous closures.
It also has a zero configuration http development server for developing front end applications, this server will automatically generate an appropriate index.html file if one is not found.
Additional features include an client side file change notifications, interactive mode (read–eval–print loop) and console redirection.
-h, --help
output usage information
-V, --version
output the version number
--host <HOST>
specify http host
--port <PORT>
specify http port
--debugger-host <HOST>
specify debugger host
--debugger-port <PORT>
specify debugger port
-i, --interactive
enable interactive mode
--client <ID | CMD>
specify the client to spawn
--compiler <ID | CMD>
specify the compiler to spawn
-v, --verbose
enable verbose logging mode
You must have a client already listening on the remote debugging port when launching, or specified via the client option.
Optionally a compiler may be specified to process script sources via the compiler option, Any extra arguments and options following the option parsing terminator --, will be passed as extra options to the compiler. The specified compiler must have its executable available via PATH.
git clone https://gist.github.com/d58c3eecb72ba3dd0846.git examples
cd examples
amok --client chrome canvas.js
amok --client chrome --compiler webpack canvas.js
amok --client chrome --compiler browserify canvas.js
amok --client chrome --compiler babel canvas.js
amok --client chrome --compiler typescript canvas.ts
amok --client chrome --compiler coffeescript canvas.coffee
FAQs
Live editing, testing and debugging for JavaScript
The npm package amok receives a total of 86 weekly downloads. As such, amok popularity was classified as not popular.
We found that amok demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.