Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

dat-blob-store

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dat-blob-store - npm Package Compare versions

Comparing version
1.0.0
to
2.0.0
+1
-1
index.js

@@ -11,3 +11,3 @@ var cabs = require('content-addressable-blob-store')

this.dir = dir
this.cabs = cabs(path.join(dir, '.dat', 'blobs'))
this.cabs = cabs(path.join(dir, 'data.dat', 'blobs'))
this.local = blobs(dir)

@@ -14,0 +14,0 @@ }

{
"name": "dat-blob-store",
"version": "1.0.0",
"version": "2.0.0",
"description": "The blob store dat uses per default",

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

@@ -26,3 +26,3 @@ # dat-blob-store

The blob store will store two copies of the file written. One in `test.txt` and one
content-addressed in `.dat/blobs`.
content-addressed in `data.dat/blobs`.

@@ -29,0 +29,0 @@ ## License