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

fs-blob-store

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-blob-store - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

3

index.js

@@ -108,3 +108,4 @@ var fs = require('fs')

that.createWriteStream = function(opts, cb) {
// dont use opts
if (typeof opts === 'function') return that.createWriteStream(null, opts)
var ws = new Writer(dir, algo, init)

@@ -111,0 +112,0 @@ if (!cb) return ws

{
"name": "fs-blob-store",
"version": "3.0.1",
"version": "3.0.2",
"description": "Streamable content addressable blob object store that is streams2 and implements the blob store interface on top of the fs module",

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

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