
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
A tool for running client-side tests in a sandboxed environment. You execute your tests with your normal testing framework but can execute code and tests within a sandboxed iframe. This allows you to safely run DOM tests without affecting any other tests.
sandbox = null
beforeEach ->
sandbox = marocchino.create({
src: '/base/test/blank.html'
})
afterEach ->
marocchino.remove sandbox
it 'should be able to execute functions inside the iframe', ->
sandbox.run( ->
window._testValue = "appcues"
).then ->
expect(sandbox.iframe.contentWindow._testValue).to.equal "appcues"
See the tests for this library in the test/
directory for a full example using karma
, mocha
and chai
.
npm install
.grunt
. This will build the library file and run the tests in PhantomJS, Chrome and Firefox.lib/
directory.lib/marocchino.js
loaded on your test page.sandbox
with marocchino.create()
.sandbox
by using the sandbox.run(func)
call.FAQs
A utility for running sandboxed DOM tests in browser tests.
We found that marocchino 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
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.