Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
browser-module-sandbox
Advanced tools
uses browserify-cdn to run node code in an iframe
requires a hosted browserify-cdn
npm install browser-module-sandbox
var sandbox = require('browser-module-sandbox')
var sandbox = sandbox({
cdn: 'http://localhost:8000', // browserify-cdn API endpoint, defaults to the current browser domain root,
container: dom element where the iframe should be appended,
iframeHead: string that gets prepended to the `<head>` of the output iframe,
iframeBody: string that gets prepended to the `<body>` of the output iframe,
iframeStyle: string for css, gets appended to end of iframeHead,
iframe: iframe instance, default creates a new one inside container
})
sandbox.bundle('console.log(require("underscore"))', {'underscore': '1.3.3'})
preferredVersions
is optional, version will otherwise default to latest
modules is the array of modules that gets parsed out of the bundle entry by the detective
module
emits when the bundle request begins
emits when the bundle request finishes. html
is an object that has the iframe header contents and the full bundle body (made of up all the bundles + the entry in an executable form)
BSD
FAQs
uses browserify-cdn to run node code in an iframe
The npm package browser-module-sandbox receives a total of 6 weekly downloads. As such, browser-module-sandbox popularity was classified as not popular.
We found that browser-module-sandbox demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.