Socket
Socket
Sign inDemoInstall

sander

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sander - npm Package Compare versions

Comparing version 0.1.6 to 0.2.0

2

index.js
var path = require( 'path' ),
fs = require( 'fs' ),
fs = require( 'graceful-fs' ),
Promise = require( 'es6-promise' ).Promise,

@@ -4,0 +4,0 @@ mkdirp = require( 'mkdirp' ),

@@ -5,7 +5,8 @@ {

"author": "Rich Harris",
"version": "0.1.6",
"version": "0.2.0",
"dependencies": {
"es6-promise": "^1.0.0",
"mkdirp": "^0.5.0",
"rimraf": "^2.2.8"
"rimraf": "^2.2.8",
"graceful-fs": "^3.0.4"
},

@@ -12,0 +13,0 @@ "main": "lib/index.js",

@@ -41,3 +41,5 @@ # sander

It uses [graceful-fs](https://github.com/isaacs/node-graceful-fs) rather than the built-in `fs` module, to eliminate [EMFILE](http://blog.izs.me/post/56827866110/wtf-is-emfile-and-why-does-it-happen-to-me) from the list of things you have to worry about.
## Conventions

@@ -44,0 +46,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