Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-diff

Package Overview
Dependencies
Maintainers
6
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-diff - npm Package Compare versions

Comparing version 28.1.0 to 28.1.1

6

build/index.d.ts

@@ -47,3 +47,3 @@ /**

bLines: Array<string>,
options?: DiffOptions | undefined,
options?: DiffOptions,
) => string;

@@ -56,3 +56,3 @@

bLinesCompare: Array<string>,
options?: DiffOptions | undefined,
options?: DiffOptions,
) => string;

@@ -92,5 +92,5 @@

b: string,
options?: DiffOptions | undefined,
options?: DiffOptions,
) => string;
export {};
{
"name": "jest-diff",
"version": "28.1.0",
"version": "28.1.1",
"repository": {

@@ -21,8 +21,8 @@ "type": "git",

"chalk": "^4.0.0",
"diff-sequences": "^28.0.2",
"diff-sequences": "^28.1.1",
"jest-get-type": "^28.0.2",
"pretty-format": "^28.1.0"
"pretty-format": "^28.1.1"
},
"devDependencies": {
"@jest/test-utils": "^28.1.0",
"@jest/test-utils": "^28.1.1",
"strip-ansi": "^6.0.0"

@@ -36,3 +36,3 @@ },

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