Socket
Socket
Sign inDemoInstall

fs-write-stream-atomic

Package Overview
Dependencies
11
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.8 to 1.0.9

2

index.js

@@ -10,3 +10,3 @@ var fs = require('graceful-fs')

for (var ii = 0; ii < arguments.length; ++ii) {
hash.hash(hash + arguments[ii])
hash.hash('' + arguments[ii])
}

@@ -13,0 +13,0 @@ return hash.result()

{
"name": "fs-write-stream-atomic",
"version": "1.0.8",
"version": "1.0.9",
"description": "Like `fs.createWriteStream(...)`, but atomic.",

@@ -5,0 +5,0 @@ "main": "index.js",

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