Comparing version 2.2.1 to 2.2.2
@@ -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 @@ } |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94786
170