Socket
Socket
Sign inDemoInstall

sane

Package Overview
Dependencies
104
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.2 to 4.0.3

6

package.json
{
"name": "sane",
"version": "4.0.2",
"version": "4.0.3",
"description": "Sane aims to be fast, small, and reliable file system watcher.",

@@ -31,2 +31,3 @@ "main": "index.js",

"dependencies": {
"@cnakazawa/watch": "^1.0.3",
"anymatch": "^2.0.0",

@@ -39,4 +40,3 @@ "capture-exit": "^1.2.0",

"minimist": "^1.1.1",
"walker": "~1.0.5",
"watch": "~0.18.0"
"walker": "~1.0.5"
},

@@ -43,0 +43,0 @@ "devDependencies": {

@@ -5,3 +5,3 @@ 'use strict';

const path = require('path');
const watch = require('watch');
const watch = require('@cnakazawa/watch');
const common = require('./common');

@@ -42,3 +42,3 @@ const EventEmitter = require('events').EventEmitter;

{
interval: opts.interval || DEFAULT_DELAY,
interval: (opts.interval || DEFAULT_DELAY) / 1000,
filter: this.filter.bind(this),

@@ -45,0 +45,0 @@ },

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