Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pathwatcher

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pathwatcher - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

lib/main.js

@@ -51,3 +51,2 @@ var binding = require('../build/Release/pathwatcher.node');

handleWatchers[this.handle] = this;
console.log('start', this.handle);
}

@@ -62,3 +61,2 @@

if (this.handle in handleWatchers) {
console.log('close', this.handle);
binding.unwatch(this.handle);

@@ -65,0 +63,0 @@ delete handleWatchers[this.handle];

2

package.json

@@ -6,3 +6,3 @@ {

"description": "watch events of a file",
"version": "0.1.3",
"version": "0.1.4",
"repository": {

@@ -9,0 +9,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

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