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.18 to 0.1.19

2

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

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

@@ -370,3 +370,3 @@ var nsfw = require("../index.js");

assert(errors == false, "NSFW received an error.");
assert.equal(createdCount, 3, "NSFW did not hear all 3 delete events.");
assert.equal(createdCount, 3, "NSFW did not hear all 3 create events.");
return watch.stop();

@@ -376,3 +376,3 @@ })

return watch.stop()
.then(function(error) {
.then(function() {
Promise.reject(error);

@@ -379,0 +379,0 @@ });

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