Socket
Socket
Sign inDemoInstall

sinon

Package Overview
Dependencies
Maintainers
0
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sinon - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

pkg/sinon-1.1.0.js

4

Changelog.txt

@@ -0,1 +1,5 @@

== 1.1.1 / 2011-05-17
* Fix broken mock verification in CommonJS when not including the full Sinon
package.
== 1.1.0 / 2011-05-04

@@ -2,0 +6,0 @@ * The fake server now has a autoRespond method which allows it to respond to

3

lib/sinon/spy.js

@@ -325,4 +325,5 @@ /* @depend ../sinon.js */

sinon.spy = spy;
sinon.spyCall = spyCall;
}
sinon.spyCall = spyCall;
}(typeof sinon == "object" && sinon || null));
{
"name": "sinon",
"description": "JavaScript test spies, stubs and mocks.",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "http://cjohansen.no/sinon/",

@@ -6,0 +6,0 @@ "author": "Christian Johansen",

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