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

sinon

Package Overview
Dependencies
Maintainers
4
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 5.0.6 to 5.0.7

5

History.md
5.0.7 / 2018-05-07
==================
* Fix stub id prefix (#1786)
5.0.6 / 2018-05-07

@@ -3,0 +8,0 @@ ==================

2

lib/sinon/stub.js

@@ -108,4 +108,4 @@ "use strict";

var orig = functionStub;
functionStub = spy.create(functionStub, stubLength);
functionStub.id = "stub#" + uuid++;
functionStub = spy.create(functionStub, stubLength);
functionStub.func = orig;

@@ -112,0 +112,0 @@

{
"name": "sinon",
"description": "JavaScript test spies, stubs and mocks.",
"version": "5.0.6",
"version": "5.0.7",
"homepage": "http://sinonjs.org/",

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

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

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