Socket
Socket
Sign inDemoInstall

jest-snapshot

Package Overview
Dependencies
153
Maintainers
3
Versions
277
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.7.0 to 30.0.0-alpha.1

build/index.mjs

3

build/index.d.ts

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

snapshotState: SnapshotState;
testFailing?: boolean;
}

@@ -103,2 +104,3 @@

readonly error?: Error;
readonly testFailing?: boolean;
};

@@ -156,2 +158,3 @@

error,
testFailing,
}: SnapshotMatchOptions): SnapshotReturnOptions;

@@ -158,0 +161,0 @@ fail(testName: string, _received: unknown, key?: string): string;

40

package.json
{
"name": "jest-snapshot",
"version": "29.7.0",
"version": "30.0.0-alpha.1",
"repository": {

@@ -15,2 +15,4 @@ "type": "git",

"types": "./build/index.d.ts",
"require": "./build/index.js",
"import": "./build/index.mjs",
"default": "./build/index.js"

@@ -26,17 +28,18 @@ },

"@babel/types": "^7.3.3",
"@jest/expect-utils": "^29.7.0",
"@jest/transform": "^29.7.0",
"@jest/types": "^29.6.3",
"@jest/expect-utils": "30.0.0-alpha.1",
"@jest/transform": "30.0.0-alpha.1",
"@jest/types": "30.0.0-alpha.1",
"babel-preset-current-node-syntax": "^1.0.0",
"chalk": "^4.0.0",
"expect": "^29.7.0",
"expect": "30.0.0-alpha.1",
"graceful-fs": "^4.2.9",
"jest-diff": "^29.7.0",
"jest-get-type": "^29.6.3",
"jest-matcher-utils": "^29.7.0",
"jest-message-util": "^29.7.0",
"jest-util": "^29.7.0",
"jest-diff": "30.0.0-alpha.1",
"jest-get-type": "30.0.0-alpha.1",
"jest-matcher-utils": "30.0.0-alpha.1",
"jest-message-util": "30.0.0-alpha.1",
"jest-util": "30.0.0-alpha.1",
"natural-compare": "^1.4.0",
"pretty-format": "^29.7.0",
"semver": "^7.5.3"
"pretty-format": "30.0.0-alpha.1",
"semver": "^7.5.3",
"synckit": "^0.8.5"
},

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

"@babel/preset-react": "^7.12.1",
"@jest/test-utils": "^29.7.0",
"@jest/test-utils": "30.0.0-alpha.1",
"@tsd/typescript": "^5.0.4",

@@ -52,11 +55,12 @@ "@types/babel__core": "^7.1.14",

"@types/natural-compare": "^1.4.0",
"@types/prettier": "^2.1.5",
"@types/prettier-v2": "npm:@types/prettier@^2.1.5",
"@types/semver": "^7.1.0",
"ansi-regex": "^5.0.1",
"ansi-styles": "^5.0.0",
"prettier": "^2.1.1",
"tsd-lite": "^0.7.0"
"prettier": "^3.0.3",
"prettier-v2": "npm:prettier@^2.1.5",
"tsd-lite": "^0.8.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
"node": "^16.10.0 || ^18.12.0 || >=20.0.0"
},

@@ -66,3 +70,3 @@ "publishConfig": {

},
"gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
"gitHead": "d005cb2505c041583e0c5636d006e08666a54b63"
}

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc