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 2.4.1 to 2.4.2

12

package.json
{
"name": "rimraf",
"version": "2.4.1",
"version": "2.4.2",
"main": "rimraf.js",

@@ -14,14 +14,14 @@ "description": "A deep deletion module for node (like `rm -rf`)",

"dependencies": {
"glob": "^4.4.2"
"glob": "^5.0.14"
},
"files": [
"LICENSE",
"README.md",
"bin.js",
"rimraf.js",
"LICENSE",
"README.md"
"rimraf.js"
],
"devDependencies": {
"mkdirp": "^0.5.1",
"tap": "^1.2.0"
"tap": "^1.3.1"
}
}

@@ -0,1 +1,3 @@

[![Build Status](https://travis-ci.org/isaacs/rimraf.svg?branch=master)](https://travis-ci.org/isaacs/rimraf) [![Dependency Status](https://david-dm.org/isaacs/rimraf.svg)](https://david-dm.org/isaacs/rimraf) [![devDependency Status](https://david-dm.org/isaacs/rimraf/dev-status.svg)](https://david-dm.org/isaacs/rimraf#info=devDependencies)
The [UNIX command](http://en.wikipedia.org/wiki/Rm_(Unix)) `rm -rf` for node.

@@ -31,3 +33,3 @@

If installed with `npm install rimraf -g` it can be used as a global
command `rimraf <path>` which is useful for cross platform support.
command `rimraf <path> [<path> ...]` which is useful for cross platform support.

@@ -34,0 +36,0 @@ ## mkdirp

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