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 27.0.2 to 27.0.6

14

build/index.js

@@ -82,2 +82,16 @@ 'use strict';

var global = (function () {
if (typeof globalThis !== 'undefined') {
return globalThis;
} else if (typeof global !== 'undefined') {
return global;
} else if (typeof self !== 'undefined') {
return self;
} else if (typeof window !== 'undefined') {
return window;
} else {
return Function('return this')();
}
})();
var Symbol = global['jest-symbol-do-not-touch'] || global.Symbol;

@@ -84,0 +98,0 @@

12

package.json
{
"name": "jest-diff",
"version": "27.0.2",
"version": "27.0.6",
"repository": {

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

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

@@ -33,3 +33,3 @@ },

},
"gitHead": "7ca8a22b8453e95c63842ee6aa4d8d8d8b4f9612"
"gitHead": "d257d1c44ba62079bd4307ae78ba226d47c56ac9"
}
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