Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mockuire

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mockuire - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

package.json

@@ -11,3 +11,3 @@ {

],
"version": "0.0.3",
"version": "0.0.4",
"main": "./lib/index.js",

@@ -22,3 +22,3 @@ "dependencies": {},

"scripts": {
"test": "node ./runtests.js"
"test": "mocha --require should --reporter min --globals foo"
},

@@ -25,0 +25,0 @@ "engines": {

@@ -6,3 +6,3 @@ This is not a mocking library.

This module uses [vm.runInNewContext](http://nodejs.org/api/all.html#all_vm_runinnewcontext_code_sandbox_filename) and is heavily inspired by this answer in [stackoverflow](http://stackoverflow.com/a/10869838/234047).
This module uses [vm.runInNewContext](http://nodejs.org/api/all.html#all_vm_runinnewcontext_code_sandbox_filename) and is heavily inspired by this answer in [stackoverflow answer](http://stackoverflow.com/a/10869838/234047).

@@ -64,2 +64,2 @@ ## Install

[MIT License](http://www.opensource.org/licenses/mit-license.php)
[MIT License](http://www.opensource.org/licenses/mit-license.php)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc