Socket
Socket
Sign inDemoInstall

jest-haste-map

Package Overview
Dependencies
Maintainers
6
Versions
273
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-haste-map - npm Package Compare versions

Comparing version 29.0.3 to 29.1.0

7

build/watchers/WatchmanWatcher.js

@@ -133,5 +133,8 @@ 'use strict';

this.init();
} // eslint-disable-next-line no-proto
}
WatchmanWatcher.prototype.__proto__ = _events().EventEmitter.prototype;
Object.setPrototypeOf(
WatchmanWatcher.prototype,
_events().EventEmitter.prototype
);
/**

@@ -138,0 +141,0 @@ * Run the watchman `watch` command on the root and subscribe to changes.

{
"name": "jest-haste-map",
"version": "29.0.3",
"version": "29.1.0",
"repository": {

@@ -20,3 +20,3 @@ "type": "git",

"dependencies": {
"@jest/types": "^29.0.3",
"@jest/types": "^29.1.0",
"@types/graceful-fs": "^4.1.3",

@@ -28,4 +28,4 @@ "@types/node": "*",

"jest-regex-util": "^29.0.0",
"jest-util": "^29.0.3",
"jest-worker": "^29.0.3",
"jest-util": "^29.1.0",
"jest-worker": "^29.1.0",
"micromatch": "^4.0.4",

@@ -35,3 +35,3 @@ "walker": "^1.0.8"

"devDependencies": {
"@jest/test-utils": "^29.0.3",
"@jest/test-utils": "^29.1.0",
"@types/fb-watchman": "^2.0.0",

@@ -50,3 +50,3 @@ "@types/micromatch": "^4.0.1",

},
"gitHead": "77f865da39af5b3e1c114dc347e49257eb3dcfd1"
"gitHead": "51f10300daf90db003a1749ceaed1084c4f74811"
}
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