Socket
Socket
Sign inDemoInstall

@jest/fake-timers

Package Overview
Dependencies
Maintainers
5
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/fake-timers - npm Package Compare versions

Comparing version 30.0.0-alpha.5 to 30.0.0-alpha.6

4

build/index.js

@@ -699,3 +699,3 @@ /*!

var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
// This entry need to be wrapped in an IIFE because it uses a non-standard name for the exports (exports).
(() => {

@@ -722,3 +722,3 @@ var exports = __webpack_exports__;

var _modernFakeTimers = _interopRequireDefault(__webpack_require__("./src/modernFakeTimers.ts"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
})();

@@ -725,0 +725,0 @@

{
"name": "@jest/fake-timers",
"version": "30.0.0-alpha.5",
"version": "30.0.0-alpha.6",
"repository": {

@@ -22,11 +22,11 @@ "type": "git",

"dependencies": {
"@jest/types": "30.0.0-alpha.5",
"@jest/types": "30.0.0-alpha.6",
"@sinonjs/fake-timers": "^11.1.0",
"@types/node": "*",
"jest-message-util": "30.0.0-alpha.5",
"jest-mock": "30.0.0-alpha.5",
"jest-util": "30.0.0-alpha.5"
"jest-message-util": "30.0.0-alpha.6",
"jest-mock": "30.0.0-alpha.6",
"jest-util": "30.0.0-alpha.6"
},
"devDependencies": {
"@jest/test-utils": "30.0.0-alpha.5",
"@jest/test-utils": "30.0.0-alpha.6",
"@types/sinonjs__fake-timers": "^8.1.2"

@@ -40,3 +40,3 @@ },

},
"gitHead": "fa24a3bdd6682978d76799265016fb9d5bff135e"
"gitHead": "ba74b7de1b9cca88daf33f9d1b46bfe2b7f485a5"
}
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