Socket
Socket
Sign inDemoInstall

@parcel/watcher

Package Overview
Dependencies
2
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.5 to 2.0.6

2

index.js

@@ -7,3 +7,3 @@ const binding = require('node-gyp-build')(__dirname);

opts = Object.assign({}, opts, {
ignore: opts.ignore.map(ignore => path.resolve(dir, ignore)),
ignore: opts.ignore.map((ignore) => path.resolve(dir, ignore)),
});

@@ -10,0 +10,0 @@ }

{
"name": "@parcel/watcher",
"version": "2.0.5",
"version": "2.0.6",
"main": "index.js",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

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

- `type` - the event type: `create`, `update`, or `delete`.
- `path` - the absolute realpath to the file.
- `path` - the absolute path to the file or directory.

@@ -111,7 +111,7 @@ To unsubscribe from change notifications, call the `unsubscribe` method on the returned subscription object.

* [Parcel 2](https://parceljs.org/)
* [VSCode](https://code.visualstudio.com/updates/v1_62#_file-watching-changes)
* [Tailwind CSS Intellisense](https://github.com/tailwindlabs/tailwindcss-intellisense)
* [Gatsby Cloud](https://twitter.com/chatsidhartha/status/1435647412828196867)
* [Nx](https://nx.dev)
- [Parcel 2](https://parceljs.org/)
- [VSCode](https://code.visualstudio.com/updates/v1_62#_file-watching-changes)
- [Tailwind CSS Intellisense](https://github.com/tailwindlabs/tailwindcss-intellisense)
- [Gatsby Cloud](https://twitter.com/chatsidhartha/status/1435647412828196867)
- [Nx](https://nx.dev)

@@ -118,0 +118,0 @@ ## License

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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