Comparing version 4.0.4 to 4.0.5
{ | ||
"name": "rimraf", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"main": "./dist/cjs/src/index.js", | ||
"module": "./dist/mjs/src/index.js", | ||
"bin": "./dist/cjs/src/bin.js", | ||
"types": "./dist/cjs/src/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/cjs/src/index.d.ts", | ||
"import": "./dist/mjs/src/index.js", | ||
@@ -10,0 +12,0 @@ "require": "./dist/cjs/src/index.js" |
@@ -24,3 +24,3 @@ #!/usr/bin/env node | ||
rimraf: choose the best option | ||
native: the C++ implementation in Node.js | ||
native: the built-in implementation in Node.js | ||
manual: the platform-specific JS implementation | ||
@@ -27,0 +27,0 @@ posix: the Posix JS implementation |
{ | ||
"name": "rimraf", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"main": "./dist/cjs/src/index.js", | ||
"module": "./dist/mjs/src/index.js", | ||
"bin": "./dist/cjs/src/bin.js", | ||
"types": "./dist/cjs/src/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/cjs/src/index.d.ts", | ||
"import": "./dist/mjs/src/index.js", | ||
@@ -10,0 +12,0 @@ "require": "./dist/cjs/src/index.js" |
@@ -18,3 +18,3 @@ #!/usr/bin/env node | ||
rimraf: choose the best option | ||
native: the C++ implementation in Node.js | ||
native: the built-in implementation in Node.js | ||
manual: the platform-specific JS implementation | ||
@@ -21,0 +21,0 @@ posix: the Posix JS implementation |
{ | ||
"name": "rimraf", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"main": "./dist/cjs/src/index.js", | ||
"module": "./dist/mjs/src/index.js", | ||
"bin": "./dist/cjs/src/bin.js", | ||
"types": "./dist/cjs/src/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/cjs/src/index.d.ts", | ||
"import": "./dist/mjs/src/index.js", | ||
@@ -10,0 +12,0 @@ "require": "./dist/cjs/src/index.js" |
The [UNIX command](<http://en.wikipedia.org/wiki/Rm_(Unix)>) `rm -rf` for node. | ||
Install with `npm install rimraf`, or just drop rimraf.js somewhere. | ||
Install with `npm install rimraf`. | ||
@@ -15,4 +15,4 @@ ## Major Changes from v3 to v4 | ||
resolve the situation. | ||
- Simplified implementation on Posix, since the Windows affordances are not | ||
necessary there. | ||
- Simplified implementation on Posix, since the Windows | ||
affordances are not necessary there. | ||
@@ -140,2 +140,4 @@ ## API | ||
``` | ||
rimraf version 4.0.4 | ||
Usage: rimraf <path> [<path> ...] | ||
@@ -152,3 +154,3 @@ Deletes all files and folders at "path", recursively. | ||
rimraf: choose the best option | ||
native: the C++ implementation in Node.js | ||
native: the built-in implementation in Node.js | ||
manual: the platform-specific JS implementation | ||
@@ -155,0 +157,0 @@ posix: the Posix JS implementation |
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
150291
169