Socket
Socket
Sign inDemoInstall

watchpack

Package Overview
Dependencies
2
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.0 to 2.4.1

1

lib/DirectoryWatcher.js

@@ -365,2 +365,3 @@ /*

} else if (
filePath !== this.path &&
!this.directories.has(filePath) &&

@@ -367,0 +368,0 @@ watcher.checkStartTime(this.initialScanFinished, false)

4

lib/watchEventSource.js

@@ -101,5 +101,3 @@ /*

process.stderr.write(
`[watchpack] dispatch ${type} event in recursive watcher (${
this.rootPath
}) to all watchers\n`
`[watchpack] dispatch ${type} event in recursive watcher (${this.rootPath}) to all watchers\n`
);

@@ -106,0 +104,0 @@ }

{
"name": "watchpack",
"version": "2.4.0",
"version": "2.4.1",
"description": "",

@@ -13,8 +13,8 @@ "main": "./lib/watchpack.js",

"scripts": {
"pretty-files": "prettier \"lib/**.*\" \"test/**/*.js\" --write",
"lint": "eslint lib",
"test:only": "mocha",
"test:coverage": "istanbul cover node_modules/mocha/bin/_mocha",
"pretest": "yarn lint",
"test": "mocha",
"lint": "eslint lib",
"precover": "yarn lint",
"pretty-files": "prettier \"lib/**.*\" \"test/**/*.js\" --write",
"cover": "istanbul cover node_modules/mocha/bin/_mocha"
"test": "mocha"
},

@@ -21,0 +21,0 @@ "repository": {

@@ -5,8 +5,5 @@ # watchpack

[![Build Status][build-status]][build-status-url]
[![Build status][build-status-veyor]][build-status-veyor-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![codecov][codecov]][codecov-url]
[![downloads][downloads]][downloads-url]
[![Github contributors][contributors]][contributors-url]
[![Test](https://github.com/webpack/watchpack/actions/workflows/test.yml/badge.svg)](https://github.com/webpack/watchpack/actions/workflows/test.yml)
[![Codecov](https://codecov.io/gh/webpack/watchpack/graph/badge.svg?token=8xk2OrrxWm)](https://codecov.io/gh/webpack/watchpack)
[![Downloads](https://img.shields.io/npm/dm/watchpack.svg)](https://www.npmjs.com/package/watchpack)

@@ -138,14 +135,1 @@ ## Concept

```
[build-status]: https://travis-ci.org/webpack/watchpack.svg?branch=main
[build-status-url]: https://travis-ci.org/webpack/watchpack
[build-status-veyor]: https://ci.appveyor.com/api/projects/status/e5u2qvmugtv0r647/branch/main?svg=true
[build-status-veyor-url]: https://ci.appveyor.com/project/sokra/watchpack/branch/main
[coveralls-url]: https://coveralls.io/r/webpack/watchpack/
[coveralls-image]: https://img.shields.io/coveralls/webpack/watchpack.svg
[codecov]: https://codecov.io/gh/webpack/watchpack/branch/main/graph/badge.svg
[codecov-url]: https://codecov.io/gh/webpack/watchpack
[downloads]: https://img.shields.io/npm/dm/watchpack.svg
[downloads-url]: https://www.npmjs.com/package/watchpack
[contributors]: https://img.shields.io/github/contributors/webpack/watchpack.svg
[contributors-url]: https://github.com/webpack/watchpack/graphs/contributors
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc