Socket
Socket
Sign inDemoInstall

rw

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1

test/write-async

2

lib/rw/write-file.js

@@ -16,3 +16,3 @@ var fs = require("fs"),

case "/dev/stderr": stream = process.stderr, send = "write"; break;
default: fs.createWriteStream(filename, options ? {flags: options.flag || "w"} : {}); break; // N.B. flag / flags
default: stream = fs.createWriteStream(filename, options ? {flags: options.flag || "w"} : {}); break; // N.B. flag / flags
}

@@ -19,0 +19,0 @@

{
"name": "rw",
"version": "1.3.0",
"version": "1.3.1",
"description": "Now stdin and stdout are files.",

@@ -26,3 +26,3 @@ "keywords": [

"prepublish": "npm test",
"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git tag -am \"Release $VERSION.\" v${VERSION} && git push --tags"
"postpublish": "git push && git push --tags"
},

@@ -29,0 +29,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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