Huge News!Announcing our $40M Series B led by Abstract Ventures.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 4.0.2 to 4.0.3

LICENSE

2

index.js

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

var toPath = function(base, hash) {
return path.join(base, hash.slice(0, 2), hash.slice(2))
return hash ? path.join(base, hash.slice(0, 2), hash.slice(2)) : base
}

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

{
"name": "fs-blob-store",
"version": "4.0.2",
"version": "4.0.3",
"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