heimdalljs-fs-monitor
Advanced tools
Comparing version 0.2.2 to 0.2.3
10
index.js
@@ -16,3 +16,11 @@ 'use strict'; | ||
this.state = 'idle'; | ||
this.blacklist = ['createReadStream', 'createWriteStream', 'ReadStream', 'WriteStream']; | ||
this.blacklist = [ | ||
'createReadStream', | ||
'createWriteStream', | ||
'Dirent', | ||
'FSWatcher', | ||
'ReadStream', | ||
'Stats', | ||
'WriteStream' | ||
]; | ||
} | ||
@@ -19,0 +27,0 @@ |
{ | ||
"name": "heimdalljs-fs-monitor", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "fs operation monitoring for heimdalljs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5002
119
0