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

nsfw

Package Overview
Dependencies
Maintainers
2
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 2.2.1 to 2.2.2

6

index.d.ts

@@ -24,2 +24,4 @@ declare module 'nsfw' {

stop: () => Promise<void>;
/** Returns a Promise that resolves when NSFW object has updated the excluded ppaths. */
updateExcludedPaths: (excludedPaths: [string]) => Promise<void>;
}

@@ -65,3 +67,5 @@

/** callback to fire in the case of errors */
errorCallback?: (err: any) => void
errorCallback?: (err: any) => void;
/** paths to be excluded */
excludedPaths?: [string];
}

@@ -68,0 +72,0 @@ }

2

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

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

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