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

@dstanesc/ipfs-block-store

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dstanesc/ipfs-block-store - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

dist/block-store.js

@@ -24,4 +24,2 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

bytes = yield ipfs.block.get(cid);
if (!bytes)
throw new Error(`Block not found for ${cid.toString()}`);
return bytes;

@@ -28,0 +26,0 @@ });

2

package.json
{
"name": "@dstanesc/ipfs-block-store",
"description": "Simple content-addressable storage (CAS) based on IPFS",
"version": "0.0.3",
"version": "0.0.4",
"homepage": "https://github.com/dstanesc/ipfs-block-store",

@@ -6,0 +6,0 @@ "repository": "https://github.com/dstanesc/ipfs-block-store",

@@ -18,4 +18,2 @@

bytes = await ipfs.block.get(cid)
if (!bytes)
throw new Error(`Block not found for ${cid.toString()}`)
return bytes

@@ -22,0 +20,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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