Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rimraf

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rimraf - npm Package Compare versions

Comparing version 4.0.4 to 4.0.5

4

dist/cjs/package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc