Socket
Socket
Sign inDemoInstall

rimraf

Package Overview
Dependencies
0
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

2

package.json
{"name":"rimraf"
,"version":"1.0.5"
,"version":"1.0.6"
,"main":"rimraf.js"

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

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

var lstat = fs.lstat ? "lstat" : "stat"
var lstat = process.platform === "win32" ? "stat" : "lstat"
, lstatSync = lstat + "Sync"

@@ -17,0 +17,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc