New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fs-blob-storage

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-blob-storage - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

CHANGELOG.md
# Changelog
## v0.2.1 2018-05-13
* Bugfix: write to .part file if `part` option is set.
## v0.2.0 2018-05-10

@@ -4,0 +8,0 @@

2

lib/fs-blob-storage.js

@@ -79,3 +79,3 @@ const fs = require('fs')

}).then(() => {
return fs.createWriteStream(filepath, { fd, encoding })
return fs.createWriteStream(filepath + part, { fd, encoding })
})

@@ -82,0 +82,0 @@ }

{
"name": "fs-blob-storage",
"version": "0.2.0",
"version": "0.2.1",
"description": "Blob storage on filesystem with promises API",

@@ -36,3 +36,3 @@ "main": "lib/fs-blob-storage.js",

"chai-as-promised": "^7.1.1",
"markdownlint-cli": "^0.8.1",
"markdownlint-cli": "^0.8.2",
"mock-fs": "^4.5.0",

@@ -39,0 +39,0 @@ "promise-readable": "^3.1.5",

@@ -82,3 +82,3 @@ 'use strict'

const content = fs.readFileSync(realFilename, { encoding: 'utf8' })
content.should.deep.equal('new content here')
content.should.equal('new content here')
})

@@ -85,0 +85,0 @@

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