Socket
Socket
Sign inDemoInstall

jest-watcher

Package Overview
Dependencies
7
Maintainers
5
Versions
130
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 26.6.0 to 26.6.1

2

build/index.js

@@ -48,2 +48,3 @@ 'use strict';

if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _constants[key]) return;
Object.defineProperty(exports, key, {

@@ -64,2 +65,3 @@ enumerable: true,

if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _patternModeHelpers[key]) return;
Object.defineProperty(exports, key, {

@@ -66,0 +68,0 @@ enumerable: true,

10

package.json
{
"name": "jest-watcher",
"description": "Delightful JavaScript Testing.",
"version": "26.6.0",
"version": "26.6.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/test-result": "^26.6.0",
"@jest/types": "^26.6.0",
"@jest/test-result": "^26.6.1",
"@jest/types": "^26.6.1",
"@types/node": "*",
"ansi-escapes": "^4.2.1",
"chalk": "^4.0.0",
"jest-util": "^26.6.0",
"jest-util": "^26.6.1",
"string-length": "^4.0.1"

@@ -32,3 +32,3 @@ },

},
"gitHead": "b254fd82fdedcba200e1c7eddeaab83a09bdaaef"
"gitHead": "f6366db60e32f1763e612288bf3984bcfa7a0a15"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc