Comparing version 4.0.0 to 4.0.1
"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
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
898449
+ Added@sinonjs/fake-timers@^6.0.0
+ Added@sinonjs/fake-timers@6.0.1(transitive)
- Removedlolex@^5.0.1
- Removedlolex@5.1.2(transitive)