Socket
Socket
Sign inDemoInstall

sane

Package Overview
Dependencies
6
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.2 to 0.3.3

4

index.js

@@ -200,2 +200,6 @@ var fs = require('fs');

Watcher.prototype.processChange = function(dir, event, file) {
if (!file) {
return;
}
var fullPath = path.join(dir, file);

@@ -202,0 +206,0 @@ var relativePath = path.join(path.relative(this.root, dir), file);

2

package.json
{
"name": "sane",
"version": "0.3.2",
"version": "0.3.3",
"description": "Sane aims to be fast, small, and reliable file system watcher. No bells and whistles, just change events.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -29,3 +29,3 @@ sane

// close
watcer.close();
watcher.close();
```

@@ -44,2 +44,4 @@

Stops watching.
### sane.Watcher events

@@ -55,6 +57,4 @@

Stops watching.
## License
MIT
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