readdir-scoped-modules
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "readdir-scoped-modules", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Like `fs.readdir` but handling `@org/module` dirs as if they were a single entry.", | ||
@@ -12,2 +12,3 @@ "main": "readdir.js", | ||
"dezalgo": "^1.0.0", | ||
"graceful-fs": "^3.0.4", | ||
"once": "^1.3.0" | ||
@@ -14,0 +15,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
var fs = require ('fs') | ||
var fs = require ('graceful-fs') | ||
var dz = require ('dezalgo') | ||
@@ -3,0 +3,0 @@ var once = require ('once') |
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
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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
4377
14
0
4
1
+ Addedgraceful-fs@^3.0.4
+ Addedgraceful-fs@3.0.12(transitive)
+ Addednatives@1.1.6(transitive)