Comparing version 2.0.0 to 2.0.1
@@ -6,3 +6,3 @@ "use strict"; | ||
: require("@sinonjs/text-encoding").TextEncoder; | ||
var globalObject = require("@sinonjs/commons").global; | ||
var configureLogError = require("../configure-logger"); | ||
@@ -783,5 +783,4 @@ var sinonEvent = require("../event"); | ||
var globalObject = typeof global !== "undefined" ? global : window; | ||
module.exports = extend(fakeXMLHttpRequestFor(globalObject), { | ||
fakeXMLHttpRequestFor: fakeXMLHttpRequestFor | ||
}); |
{ | ||
"name": "nise", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Fake XHR and server", | ||
@@ -65,2 +65,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@sinonjs/commons": "^1.7.0", | ||
"@sinonjs/formatio": "^3.2.1", | ||
@@ -67,0 +68,0 @@ "@sinonjs/text-encoding": "^0.7.1", |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
760849
21564
3
6
+ Added@sinonjs/commons@^1.7.0