Socket
Socket
Sign inDemoInstall

sinon

Package Overview
Dependencies
Maintainers
2
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.4.0 to 1.4.1

pkg/sinon-1.4.1.js

4

Changelog.txt

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

== 1.4.1 / 2012-07-11
* Strengthen a Node.JS inference to avoid quirky behavior with Mocha
(which provides a shim process object)
== 1.4.0 / 2012-07-09

@@ -2,0 +6,0 @@ * Argument matchers (Maximillian Antoni)

6

package.json
{
"name": "sinon",
"description": "JavaScript test spies, stubs and mocks.",
"version": "1.4.0",
"version": "1.4.1",
"homepage": "http://cjohansen.no/sinon/",

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

"dependencies": {
"buster-format": "~0.5"
"buster-format": "~0.5"
},
"devDependencies": {
"buster-core": "~0.6",
"buster-core": ">=0.6.4",
"buster-assertions": "~0.10",

@@ -30,0 +30,0 @@ "buster-evented-logger": "~0.4",

/**
* Sinon.JS 1.4.0, 2012/07/09
* Sinon.JS 1.4.1, 2012/07/11
*

@@ -4,0 +4,0 @@ * @author Christian Johansen (christian@cjohansen.no)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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