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

sinon-chai

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sinon-chai - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

lib/sinon-chai.js

@@ -16,3 +16,3 @@ (function (sinonChai) {

// Other environment (usually <script> tag): attach to global.
var global = (false || eval)("this");
var global = (new Function("return this"))();
global.sinonChai = sinonChai;

@@ -19,0 +19,0 @@ }

@@ -0,0 +0,0 @@ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE

@@ -12,3 +12,3 @@ {

],
"version": "1.3.0",
"version": "1.3.1",
"author": "Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com)",

@@ -15,0 +15,0 @@ "repository": {

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