Socket
Socket
Sign inDemoInstall

nise

Package Overview
Dependencies
Maintainers
4
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nise - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

3

lib/fake-xhr/index.js

@@ -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

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