Socket
Socket
Sign inDemoInstall

@types/jest-specific-snapshot

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jest-specific-snapshot - npm Package Compare versions

Comparing version 0.5.6 to 0.5.7

6

jest-specific-snapshot/index.d.ts

@@ -27,2 +27,6 @@ // Type definitions for jest-specific-snapshot 0.5

*/
export function toMatchSpecificSnapshot(data: any, snapshotFile: string, testName: string): () => { message(): string; pass: boolean; };
export function toMatchSpecificSnapshot(
data: any,
snapshotFile: string,
testName: string,
): () => { message(): string; pass: boolean };

6

jest-specific-snapshot/package.json
{
"name": "@types/jest-specific-snapshot",
"version": "0.5.6",
"version": "0.5.7",
"description": "TypeScript definitions for jest-specific-snapshot",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest-specific-snapshot",

},
"typesPublisherContentHash": "dfcb36fa303a0ef0b35c7a2c8d8c4596dc3b35c32045f46154c6be2903a87649",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "677cf3f1b17d17fa14650cc6285939429e6865d9edea95f985f256d99c03db12",
"typeScriptVersion": "4.5"
}

@@ -37,3 +37,7 @@ # Installation

*/
export function toMatchSpecificSnapshot(data: any, snapshotFile: string, testName: string): () => { message(): string; pass: boolean; };
export function toMatchSpecificSnapshot(
data: any,
snapshotFile: string,
testName: string,
): () => { message(): string; pass: boolean };

@@ -43,3 +47,3 @@ ````

### Additional Details
* Last updated: Fri, 17 Jun 2022 12:01:40 GMT
* Last updated: Fri, 15 Sep 2023 20:36:37 GMT
* Dependencies: [@types/jest](https://npmjs.com/package/@types/jest)

@@ -46,0 +50,0 @@ * Global values: none

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