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 4.0.0 to 4.0.1

4

lib/fake-server/fake-server-with-clock.js
"use strict";
var lolex = require("lolex");
var FakeTimers = require("@sinonjs/fake-timers");
var fakeServer = require("./index");

@@ -17,3 +17,3 @@

} else {
this.clock = lolex.install();
this.clock = FakeTimers.install();
this.resetClock = true;

@@ -20,0 +20,0 @@ }

{
"name": "nise",
"version": "4.0.0",
"version": "4.0.1",
"description": "Fake XHR and server",

@@ -68,6 +68,6 @@ "keywords": [

"@sinonjs/commons": "^1.7.0",
"@sinonjs/fake-timers": "^6.0.0",
"@sinonjs/formatio": "^4.0.1",
"@sinonjs/text-encoding": "^0.7.1",
"just-extend": "^4.0.2",
"lolex": "^5.0.1",
"path-to-regexp": "^1.7.0"

@@ -74,0 +74,0 @@ },

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