Socket
Socket
Sign inDemoInstall

@parcel/watcher

Package Overview
Dependencies
22
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0 to 2.4.0

27

package.json
{
"name": "@parcel/watcher",
"version": "2.3.0",
"version": "2.4.0",
"main": "index.js",

@@ -54,2 +54,3 @@ "types": "index.d.ts",

"devDependencies": {
"esbuild": "^0.19.8",
"fs-extra": "^10.0.0",

@@ -69,15 +70,15 @@ "husky": "^7.0.2",

"optionalDependencies": {
"@parcel/watcher-darwin-x64": "2.3.0",
"@parcel/watcher-darwin-arm64": "2.3.0",
"@parcel/watcher-win32-x64": "2.3.0",
"@parcel/watcher-win32-arm64": "2.3.0",
"@parcel/watcher-win32-ia32": "2.3.0",
"@parcel/watcher-linux-x64-glibc": "2.3.0",
"@parcel/watcher-linux-x64-musl": "2.3.0",
"@parcel/watcher-linux-arm64-glibc": "2.3.0",
"@parcel/watcher-linux-arm64-musl": "2.3.0",
"@parcel/watcher-linux-arm-glibc": "2.3.0",
"@parcel/watcher-android-arm64": "2.3.0",
"@parcel/watcher-freebsd-x64": "2.3.0"
"@parcel/watcher-darwin-x64": "2.4.0",
"@parcel/watcher-darwin-arm64": "2.4.0",
"@parcel/watcher-win32-x64": "2.4.0",
"@parcel/watcher-win32-arm64": "2.4.0",
"@parcel/watcher-win32-ia32": "2.4.0",
"@parcel/watcher-linux-x64-glibc": "2.4.0",
"@parcel/watcher-linux-x64-musl": "2.4.0",
"@parcel/watcher-linux-arm64-glibc": "2.4.0",
"@parcel/watcher-linux-arm64-musl": "2.4.0",
"@parcel/watcher-linux-arm-glibc": "2.4.0",
"@parcel/watcher-android-arm64": "2.4.0",
"@parcel/watcher-freebsd-x64": "2.4.0"
}
}

@@ -113,3 +113,3 @@ # @parcel/watcher

The `@parcel/watcher-wasm` package can be used in place of `@parcel/watcher` on unsupported platforms. It relies on the Node `fs` module, so in non-Node environments such as browsers, an `fs` polyfill will be needed. The `@parcel/watcher-wasm` package is published as an ESM-only module.
The `@parcel/watcher-wasm` package can be used in place of `@parcel/watcher` on unsupported platforms. It relies on the Node `fs` module, so in non-Node environments such as browsers, an `fs` polyfill will be needed.

@@ -116,0 +116,0 @@ **Note**: the WASM implementation is significantly less efficient than the native implementations because it must crawl the file system to watch each directory individually. Use the native `@parcel/watcher` package wherever possible.

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