Socket
Socket
Sign inDemoInstall

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 1.0.7 to 1.0.8

2

package.json
{"name":"rimraf"
,"version":"1.0.7"
,"version":"1.0.8"
,"main":"rimraf.js"

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

@@ -24,2 +24,5 @@ module.exports = rimraf

if (!cb) throw new Error("No callback passed to rimraf()")
if (!opts) opts = {}
var busyTries = 0

@@ -26,0 +29,0 @@ opts.maxBusyTries = opts.maxBusyTries || 3

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