Socket
Socket
Sign inDemoInstall

ipfs-block-service

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipfs-block-service - npm Package Compare versions

Comparing version 0.10.0 to 0.12.0

12

package.json
{
"name": "ipfs-block-service",
"version": "0.10.0",
"version": "0.12.0",
"description": "JavaScript Implementation of BlockService",

@@ -42,9 +42,9 @@ "main": "src/index.js",

"async": "^2.5.0",
"chai": "^4.0.2",
"cids": "^0.5.0",
"dirty-chai": "^2.0.0",
"chai": "^4.1.0",
"cids": "^0.5.1",
"dirty-chai": "^2.0.1",
"ipfs-block": "~0.6.0",
"ipfs-repo": "~0.15.0",
"ipfs-repo": "~0.17.0",
"lodash": "^4.17.4",
"multihashing-async": "^0.4.5",
"multihashing-async": "^0.4.6",
"ncp": "^2.0.0",

@@ -51,0 +51,0 @@ "pre-commit": "^1.2.2",

@@ -15,11 +15,6 @@ # IPFS Block Service JavaScript Implementation

[![Sauce Test Status](https://saucelabs.com/browser-matrix/ipfs-block-service.svg)](https://saucelabs.com/u/ipfs-block-service)
> [IPFS][ipfs] implementation of the BlockService and Block data structure in JavaScript.
> [IPFS][ipfs] implementation of the BlockService and Block data structure in
> JavaScript.
**BlockService** - A BlockService is a content-addressable store for blocks, providing an API for adding, deleting, and retrieving blocks. A BlockService is backed by an [IPFS Repo][repo] as its datastore for blocks, and uses [Bitswap][bitswap] to fetch blocks from the network.
**BlockService** - A BlockService is a content-addressable store for blocks,
providing an API for adding, deleting, and retrieving blocks. A BlockService is
backed by an [IPFS Repo][repo] as its datastore for blocks, and uses [Bitswap][bitswap] to fetch blocks from the network.
```markdown

@@ -26,0 +21,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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc