Socket
Socket
Sign inDemoInstall

jest-snapshot

Package Overview
Dependencies
Maintainers
6
Versions
280
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-snapshot - npm Package Compare versions

Comparing version 28.0.3 to 28.1.0

7

build/index.d.ts

@@ -99,5 +99,8 @@ /**

export declare type SnapshotResolver = {
/** Resolves from `testPath` to snapshot path. */
resolveSnapshotPath(testPath: string, snapshotExtension?: string): string;
/** Resolves from `snapshotPath` to test path. */
resolveTestPath(snapshotPath: string, snapshotExtension?: string): string;
/** Example test path, used for preflight consistency check of the implementation above. */
testPathForConsistencyCheck: string;
resolveSnapshotPath(testPath: string, extension?: string): string;
resolveTestPath(snapshotPath: string, extension?: string): string;
};

@@ -104,0 +107,0 @@

{
"name": "jest-snapshot",
"version": "28.0.3",
"version": "28.1.0",
"repository": {

@@ -25,5 +25,5 @@ "type": "git",

"@babel/types": "^7.3.3",
"@jest/expect-utils": "^28.0.2",
"@jest/transform": "^28.0.3",
"@jest/types": "^28.0.2",
"@jest/expect-utils": "^28.1.0",
"@jest/transform": "^28.1.0",
"@jest/types": "^28.1.0",
"@types/babel__traverse": "^7.0.6",

@@ -33,12 +33,12 @@ "@types/prettier": "^2.1.5",

"chalk": "^4.0.0",
"expect": "^28.0.2",
"expect": "^28.1.0",
"graceful-fs": "^4.2.9",
"jest-diff": "^28.0.2",
"jest-diff": "^28.1.0",
"jest-get-type": "^28.0.2",
"jest-haste-map": "^28.0.2",
"jest-matcher-utils": "^28.0.2",
"jest-message-util": "^28.0.2",
"jest-util": "^28.0.2",
"jest-haste-map": "^28.1.0",
"jest-matcher-utils": "^28.1.0",
"jest-message-util": "^28.1.0",
"jest-util": "^28.1.0",
"natural-compare": "^1.4.0",
"pretty-format": "^28.0.2",
"pretty-format": "^28.1.0",
"semver": "^7.3.5"

@@ -49,3 +49,4 @@ },

"@babel/preset-react": "^7.12.1",
"@jest/test-utils": "^28.0.2",
"@jest/test-utils": "^28.1.0",
"@tsd/typescript": "~4.6.2",
"@types/graceful-fs": "^4.1.3",

@@ -56,3 +57,4 @@ "@types/natural-compare": "^1.4.0",

"ansi-styles": "^5.0.0",
"prettier": "^2.1.1"
"prettier": "^2.1.1",
"tsd-lite": "^0.5.1"
},

@@ -65,3 +67,3 @@ "engines": {

},
"gitHead": "1bea778422dc049b0fb3d7da809ffec39be549ff"
"gitHead": "f5db241312f46528389e55c38221e6b6968622cf"
}
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