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

nsfw

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nsfw - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

gk-nsfw-test.js

2

package.json
{
"name": "nsfw",
"version": "0.1.8",
"version": "0.1.9",
"description": "A simple file watcher for Node",

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

@@ -26,5 +26,5 @@ # node-sentinel-file-watcher

```js
var simple = require('node-sentinel-file-watcher');
var nsfw = require('node-sentinel-file-watcher');
var watcherOne = new nsfw(
"dir1",
'dir1',
function(events) {

@@ -38,3 +38,3 @@ // handle events

var watcherTwo = new nsfw(
"dir2",
'dir2',
function(events) {

@@ -45,3 +45,3 @@ // handles other events

// handle errors
}
},
5000

@@ -48,0 +48,0 @@ ); // every 5 seconds

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc