Socket
Socket
Sign inDemoInstall

jest-jasmine2

Package Overview
Dependencies
Maintainers
6
Versions
309
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-jasmine2 - npm Package Compare versions

Comparing version 29.3.1 to 29.4.0

.eslintcache

4

build/index.d.ts

@@ -224,7 +224,7 @@ /**

declare type Options_2 = {
clearTimeout: typeof globalThis['clearTimeout'];
clearTimeout: (typeof globalThis)['clearTimeout'];
fail: (error: Error) => void;
onException: (error: Error) => void;
queueableFns: Array<QueueableFn>;
setTimeout: typeof globalThis['setTimeout'];
setTimeout: (typeof globalThis)['setTimeout'];
userContext: unknown;

@@ -231,0 +231,0 @@ };

{
"name": "jest-jasmine2",
"version": "29.3.1",
"version": "29.4.0",
"repository": {

@@ -20,7 +20,7 @@ "type": "git",

"dependencies": {
"@jest/environment": "^29.3.1",
"@jest/expect": "^29.3.1",
"@jest/environment": "^29.4.0",
"@jest/expect": "^29.4.0",
"@jest/source-map": "^29.2.0",
"@jest/test-result": "^29.3.1",
"@jest/types": "^29.3.1",
"@jest/test-result": "^29.4.0",
"@jest/types": "^29.4.0",
"@types/node": "*",

@@ -30,10 +30,10 @@ "chalk": "^4.0.0",

"is-generator-fn": "^2.0.0",
"jest-each": "^29.3.1",
"jest-matcher-utils": "^29.3.1",
"jest-message-util": "^29.3.1",
"jest-runtime": "^29.3.1",
"jest-snapshot": "^29.3.1",
"jest-util": "^29.3.1",
"jest-each": "^29.4.0",
"jest-matcher-utils": "^29.4.0",
"jest-message-util": "^29.4.0",
"jest-runtime": "^29.4.0",
"jest-snapshot": "^29.4.0",
"jest-util": "^29.4.0",
"p-limit": "^3.1.0",
"pretty-format": "^29.3.1"
"pretty-format": "^29.4.0"
},

@@ -49,3 +49,3 @@ "devDependencies": {

},
"gitHead": "05deb8393c4ad71e19be2567b704dfd3a2ab5fc9"
"gitHead": "4bc0e8acaf990e6618a7bed1dca67760c20bb12a"
}
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