You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

fstream

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

12

lib/writer.js

@@ -249,13 +249,3 @@

if (utimes === "lutimes" && !fs[utimes]) {
if (!fs.futimes) fs.ltimes = function (a, b, c, cb) { return cb() }
else fs.lutimes = function (path, atime, mtime, cb) {
var c = require("constants")
fs.open(path, c.O_SYMLINK, function (er, fd) {
if (er) return cb(er)
fs.futimes(fd, atime, mtime, function (er) {
if (er) return cb(er)
fs.close(fd, cb)
})
})
}
utimes = "utimes"
}

@@ -262,0 +252,0 @@

6

package.json

@@ -5,3 +5,3 @@ {

"description": "Advanced file system stream things",
"version": "0.1.0",
"version": "0.1.1",
"repository": {

@@ -13,3 +13,3 @@ "type": "git",

"engines": {
"node": "0.5 || 0.6"
"node": "0.5 || 0.6 || 0.7"
},

@@ -19,3 +19,3 @@ "dependencies": {

"mkdirp": "~0.1.0",
"graceful-fs": "~1.0.1",
"graceful-fs": "1.1",
"inherits": "~1.0.0"

@@ -22,0 +22,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc