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>
Amok is a command line debugging and rapid prototyping tool for JavaScript applications.
Edit your application code live with realtime feedback, without having to reload the browser, keeping the application state intact.
It can also process your application through a compiler or other preprocessor like browserify, typescript, coffeescript or babel.
export BROWSER="google-chrome --remote-debugging-port=9222"
export BUNDLER="watchify"
amok myapp.js
-h, --host <HOST>
specify the http host, default HOST is localhost.
-p, --port <PORT>
specify the http port, default PORT is 9966.
-H, --debugger-host <HOST>
specify the remote debugger host, default HOST is localhost.
-P, --debugger-port <PORT>
specify the remote debugger port, default PORT is 9222.
-v, --verbose
enable verbose logging mode
--no-browser
disable browser spawning
--no-bundler
disable bundling
--no-debugger
disable remote debugger
Any extra arguments following the --
terminator, will be passed along with the invocation to the source bundler if one is specified.
AMOK_BROWSER
When set to a executable, will be opened after the server has started.
AMOK_BUNDLER
When set to an executable, will be used to bundle scripts.
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.