sinon-chai
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42471