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

mocha-sinon

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha-sinon - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

example_backend/spec_helper.js

5

mocha-sinon.js

@@ -39,3 +39,3 @@ (function(){

plugin(window.sinon);
} else if (typeof require === "function" && typeof window === 'undefined') {
} else if (typeof require === "function") {
var sinon = require('sinon');

@@ -49,3 +49,3 @@

} else {
throw "This module loading schema is unsupported. Pull requests are welcome!";
throw "We could not find sinon through a supported module loading technique. Pull requests are welcome!";
}

@@ -55,2 +55,1 @@ })(mochaSinon);

})();

2

package.json
{
"name": "mocha-sinon",
"version": "1.1.4",
"version": "1.1.5",
"keywords": [

@@ -5,0 +5,0 @@ "mocha",

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