Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

safefs

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

safefs - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

4

History.md
## 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

2

out/lib/safefs.js

@@ -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

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