Comparing version 3.0.4 to 3.0.5
## History | ||
- v3.0.5 November 17, 2013 | ||
- Use [graceful-fs](https://github.com/isaacs/node-graceful-fs) under the hood, along with our limiting abilities to help avoid even more problems | ||
- Updated dependencies | ||
- v3.0.4 November 6, 2013 | ||
@@ -4,0 +8,0 @@ - Repackaged |
@@ -5,3 +5,3 @@ // Generated by CoffeeScript 1.6.3 | ||
fsUtil = require('fs'); | ||
fsUtil = require('graceful-fs'); | ||
@@ -8,0 +8,0 @@ pathUtil = require('path'); |
{ | ||
"title": "Safe FS", | ||
"name": "safefs", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "Stop getting EMFILE errors! Open only as many files as the operating system supports.", | ||
@@ -44,10 +44,11 @@ "homepage": "https://github.com/bevry/safefs", | ||
"dependencies": { | ||
"taskgroup": "~3.3.1" | ||
"taskgroup": "~3.3.1", | ||
"graceful-fs": "~2.0.1" | ||
}, | ||
"devDependencies": { | ||
"coffee-script": "~1.6.2", | ||
"joe": "~1.3.0", | ||
"joe": "~1.3.2", | ||
"joe-reporter-console": "~1.2.1", | ||
"chai": "~1.8.1", | ||
"projectz": "~0.2.5" | ||
"projectz": "~0.2.6" | ||
}, | ||
@@ -54,0 +55,0 @@ "directories": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34094
3
2
+ Addedgraceful-fs@~2.0.1
+ Addedgraceful-fs@2.0.3(transitive)