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.0.0-alpha.6 to 29.0.0

3

build/index.d.ts

@@ -15,3 +15,2 @@ /**

import type {JestEnvironment} from '@jest/environment';
import type {Milliseconds} from '@jest/test-result';
import type Runtime from 'jest-runtime';

@@ -323,3 +322,3 @@ import type {Status} from '@jest/test-result';

fullName: string;
duration?: Milliseconds;
duration?: number;
failedExpectations: Array<FailedAssertion>;

@@ -326,0 +325,0 @@ testPath: string;

@@ -8,3 +8,3 @@ /**

*/
import type { FailedAssertion, Milliseconds, Status } from '@jest/test-result';
import type { FailedAssertion, Status } from '@jest/test-result';
import type { Circus } from '@jest/types';

@@ -35,3 +35,3 @@ import ExpectationFailed from '../ExpectationFailed';

fullName: string;
duration?: Milliseconds;
duration?: number;
failedExpectations: Array<FailedAssertion>;

@@ -38,0 +38,0 @@ testPath: string;

{
"name": "jest-jasmine2",
"version": "29.0.0-alpha.6",
"version": "29.0.0",
"repository": {

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

"dependencies": {
"@jest/environment": "^29.0.0-alpha.6",
"@jest/expect": "^29.0.0-alpha.6",
"@jest/source-map": "^29.0.0-alpha.6",
"@jest/test-result": "^29.0.0-alpha.6",
"@jest/types": "^29.0.0-alpha.6",
"@jest/environment": "^29.0.0",
"@jest/expect": "^29.0.0",
"@jest/source-map": "^29.0.0",
"@jest/test-result": "^29.0.0",
"@jest/types": "^29.0.0",
"@types/node": "*",

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

"is-generator-fn": "^2.0.0",
"jest-each": "^29.0.0-alpha.6",
"jest-matcher-utils": "^29.0.0-alpha.6",
"jest-message-util": "^29.0.0-alpha.6",
"jest-runtime": "^29.0.0-alpha.6",
"jest-snapshot": "^29.0.0-alpha.6",
"jest-util": "^29.0.0-alpha.6",
"jest-each": "^29.0.0",
"jest-matcher-utils": "^29.0.0",
"jest-message-util": "^29.0.0",
"jest-runtime": "^29.0.0",
"jest-snapshot": "^29.0.0",
"jest-util": "^29.0.0",
"p-limit": "^3.1.0",
"pretty-format": "^29.0.0-alpha.6"
"pretty-format": "^29.0.0"
},

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

},
"gitHead": "4def94b073cad300e99de378ba900e6ba9b7032f"
"gitHead": "75006e46c76f6fda14bbc0548f86edb2ba087cd2"
}
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