remove-node-modules
Advanced tools
+2
-1
@@ -0,1 +1,2 @@ | ||
| s | ||
| var path = require('path'), | ||
@@ -9,5 +10,5 @@ fs = require('fs'), | ||
| del(dir); | ||
| console.log('------------------ DONE ------------------'.green) | ||
| console.log('--------------- Finishing removal ---------------'.green) | ||
| } | ||
| exports.cleanup = cleanup; |
+1
-1
| { | ||
| "name": "remove-node-modules", | ||
| "version": "1.6.2", | ||
| "version": "1.7.0", | ||
| "description": "Helps Windows developers remove and delete node_modules folder", | ||
@@ -5,0 +5,0 @@ "bin": { |
+3
-3
| # remove-node-modules | ||
| Helps Windows web developers remove node_modules folder. | ||
| ### Current Version: 1.6.2 | ||
| ### Current Version: 1.7.0 | ||
@@ -23,2 +23,4 @@ ## Getting Started With Yarn | ||
| ## Changelog | ||
| - v1.7.0 (10/13/2016) | ||
| - updated friendly message | ||
| - v1.6.2 (10/12/2016) | ||
@@ -30,4 +32,2 @@ - fixes alternative usage bug | ||
| - published to npmjs | ||
| - v0.2.3 (2/17/2016) | ||
| - updated friendly message | ||
| - v0.1.3 (12/26/2015) | ||
@@ -34,0 +34,0 @@ - added return in front of cleanup callback |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
9047
0.12%16
6.67%