@jest/fake-timers
Advanced tools
Comparing version 26.0.0-alpha.0 to 26.0.0-alpha.1
@@ -7,3 +7,3 @@ /** | ||
*/ | ||
export { default as JestFakeTimers } from './jestFakeTimers'; | ||
export { default as LolexFakeTimers } from './FakeTimersLolex'; | ||
export { default as LegacyFakeTimers } from './legacyFakeTimers'; | ||
export { default as ModernFakeTimers } from './modernFakeTimers'; |
@@ -6,18 +6,18 @@ 'use strict'; | ||
}); | ||
Object.defineProperty(exports, 'JestFakeTimers', { | ||
Object.defineProperty(exports, 'LegacyFakeTimers', { | ||
enumerable: true, | ||
get: function () { | ||
return _jestFakeTimers.default; | ||
return _legacyFakeTimers.default; | ||
} | ||
}); | ||
Object.defineProperty(exports, 'LolexFakeTimers', { | ||
Object.defineProperty(exports, 'ModernFakeTimers', { | ||
enumerable: true, | ||
get: function () { | ||
return _FakeTimersLolex.default; | ||
return _modernFakeTimers.default; | ||
} | ||
}); | ||
var _jestFakeTimers = _interopRequireDefault(require('./jestFakeTimers')); | ||
var _legacyFakeTimers = _interopRequireDefault(require('./legacyFakeTimers')); | ||
var _FakeTimersLolex = _interopRequireDefault(require('./FakeTimersLolex')); | ||
var _modernFakeTimers = _interopRequireDefault(require('./modernFakeTimers')); | ||
@@ -24,0 +24,0 @@ function _interopRequireDefault(obj) { |
{ | ||
"name": "@jest/fake-timers", | ||
"version": "26.0.0-alpha.0", | ||
"version": "26.0.0-alpha.1", | ||
"repository": { | ||
@@ -13,11 +13,11 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/types": "^26.0.0-alpha.0", | ||
"jest-message-util": "^26.0.0-alpha.0", | ||
"jest-mock": "^26.0.0-alpha.0", | ||
"jest-util": "^26.0.0-alpha.0", | ||
"lolex": "^5.0.0" | ||
"@jest/types": "^26.0.0-alpha.1", | ||
"@sinonjs/fake-timers": "^6.0.1", | ||
"jest-message-util": "^26.0.0-alpha.1", | ||
"jest-mock": "^26.0.0-alpha.1", | ||
"jest-util": "^26.0.0-alpha.1" | ||
}, | ||
"devDependencies": { | ||
"@types/lolex": "^5.1.0", | ||
"@types/node": "*" | ||
"@types/node": "*", | ||
"@types/sinonjs__fake-timers": "^6.0.1" | ||
}, | ||
@@ -30,3 +30,3 @@ "engines": { | ||
}, | ||
"gitHead": "ba962e7e9669a4a2f723c2536c97462c8ddfff2d" | ||
"gitHead": "2bac04ffb8e533d12a072998da5c3751a41b796f" | ||
} |
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
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
24160
1
+ Added@sinonjs/fake-timers@^6.0.1
+ Added@sinonjs/fake-timers@6.0.1(transitive)
- Removedlolex@^5.0.0
- Removedlolex@5.1.2(transitive)
Updated@jest/types@^26.0.0-alpha.1
Updatedjest-mock@^26.0.0-alpha.1
Updatedjest-util@^26.0.0-alpha.1