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.1 to 1.3.2

2

lib/rw/write-file.js

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

if (error && error.code !== "ENOENT") return callback(error);
if (!stat || stat.isFile()) {
if (stat && stat.isFile()) {
fs.writeFile(filename, data, options, callback);

@@ -11,0 +11,0 @@ } else {

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

@@ -5,0 +5,0 @@ "keywords": [

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