
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Generate standalone HTML pages that turn the browser window into a console.
$ npm install consolify
$ browserify --debug --plugin [ consolify {options} ] ./test.js > test.html
Options:
-b, --bundle Set the path to the JavaScript bundle to generate. A script tag
with this path will be generated into the output HTML. If not
specified, the bundle is inlined.
-r, --reload Auto reload on change.
-t, --title Set the document title. Defaults to "Consolify".
-o, --outfile Write the standalone HTML page to the supplied path as well as
passing it through to browserify
Consolify works great with Mocha through Mocaccino:
$ browserify --plugin mocaccino --plugin consolify ./test/*.js > test.html
If --reload
is given, a HEAD request is made every second to check whether
the file was updated. This requires a web server that sends the Last-Modified
header. Learn more in the browser-reload documentation.
MIT
2.2.1
FAQs
Turn your browser window into a console
The npm package consolify receives a total of 1,165 weekly downloads. As such, consolify popularity was classified as popular.
We found that consolify 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.