Socket
Socket
Sign inDemoInstall

rimraf

Package Overview
Dependencies
Maintainers
0
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 1.0.0 to 1.0.1

7

package.json
{"name":"rimraf"
,"version":"1.0.0"
,"main":"./rimraf.js"
,"version":"1.0.1"
,"main":"rimraf.js"
,"description":"A deep deletion module for node (like `rm -rf`)"
,"author":"Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"
,"contributors":["Wayne Larsen (http://github.com/wvl)"]
,"repository":"git://github.com/isaacs/rimraf.git"
,"scripts":{"test":"cd ./test && bash run.sh"}}
,"scripts":{"test":"cd test && bash run.sh"}}
A `rm -rf` for node.
Install with `npm install rimraf`, or just drop rimraf.js somewhere.

@@ -18,3 +18,3 @@ module.exports = rimraf

if (er) {
if (er.mesage.match(/^EBUSY/)) {
if (er.message.match(/^EBUSY/)) {
// windows is annoying.

@@ -35,4 +35,4 @@ if (!waitBusy.hasOwnProperty(p)) waitBusy[p] = maxBusyTries

}
timout = 0
}
timout = 0
cb_(er)

@@ -39,0 +39,0 @@ })

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