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

@ipld/block

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ipld/block - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

2

package.json
{
"name": "@ipld/block",
"version": "4.0.1",
"version": "4.0.2",
"main": "index.js",

@@ -5,0 +5,0 @@ "directories": {

# Block API
![207951](https://img.shields.io/badge/compiled%20bundle-208k-yellow) ![62376](https://img.shields.io/badge/gzipped%20bundle-62k-yellowgreen)
![204370](https://img.shields.io/badge/compiled%20bundle-204k-yellow) ![62071](https://img.shields.io/badge/gzipped%20bundle-62k-yellowgreen)

@@ -10,3 +10,3 @@ The `Block` API is the single endpoint for authoring IPLD data structures. Unless you're

```javascript
const block = require('@ipld/block')
const Block = require('@ipld/block')

@@ -13,0 +13,0 @@ const b1 = Block.encoder({ hello: 'world' }, 'dag-cbor')

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