@jest/fake-timers
Advanced tools
Comparing version 27.3.1 to 27.4.0
{ | ||
"name": "@jest/fake-timers", | ||
"version": "27.3.1", | ||
"version": "27.4.0", | ||
"repository": { | ||
@@ -13,12 +13,15 @@ "type": "git", | ||
"exports": { | ||
".": "./build/index.js", | ||
".": { | ||
"types": "./build/index.d.ts", | ||
"default": "./build/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"dependencies": { | ||
"@jest/types": "^27.2.5", | ||
"@jest/types": "^27.4.0", | ||
"@sinonjs/fake-timers": "^8.0.1", | ||
"@types/node": "*", | ||
"jest-message-util": "^27.3.1", | ||
"jest-mock": "^27.3.0", | ||
"jest-util": "^27.3.1" | ||
"jest-message-util": "^27.4.0", | ||
"jest-mock": "^27.4.0", | ||
"jest-util": "^27.4.0" | ||
}, | ||
@@ -35,3 +38,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "4f3328f3227aa0668486f819b3353af5b6cc797b" | ||
"gitHead": "0dc6dde296550370ade2574d6665748fed37f9c9" | ||
} |
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
26526
Updated@jest/types@^27.4.0
Updatedjest-message-util@^27.4.0
Updatedjest-mock@^27.4.0
Updatedjest-util@^27.4.0