Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ipld/dag-pb

Package Overview
Dependencies
Maintainers
9
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ipld/dag-pb - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

dist/typedoc-urls.json

3

package.json
{
"name": "@ipld/dag-pb",
"version": "4.0.1",
"version": "4.0.2",
"description": "JS implementation of DAG-PB",

@@ -151,2 +151,3 @@ "author": "Rod <rod@vagg.org> (http://r.va.gg/)",

"clean": "aegir clean",
"docs": "aegir docs",
"lint": "aegir lint",

@@ -153,0 +154,0 @@ "build": "aegir build",

# @ipld/dag-pb <!-- omit in toc -->
[![codecov](https://img.shields.io/codecov/c/github/ipld/js-dag-pb.svg?style=flat-square)](https://codecov.io/gh/ipld/js-dag-pb)
[![CI](https://img.shields.io/github/workflow/status/ipld/js-dag-pb/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/ipld/js-dag-pb/actions/workflows/js-test-and-release.yml)
[![CI](https://img.shields.io/github/actions/workflow/status/ipld/js-dag-pb/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipld/js-dag-pb/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)

@@ -11,2 +11,3 @@ > JS implementation of DAG-PB

- [Install](#install)
- [Browser `<script>` tag](#browser-script-tag)
- [Overview](#overview)

@@ -16,3 +17,4 @@ - [Example](#example)

- [`prepare()`](#prepare)
- [`createNode()` & `createLink()`](#createnode--createlink)
- [`createNode()` \& `createLink()`](#createnode--createlink)
- [API Docs](#api-docs)
- [License](#license)

@@ -27,2 +29,10 @@ - [Contribute](#contribute)

### Browser `<script>` tag
Loading this module through a script tag will make it's exports available as `IpldDagPb` in the global namespace.
```html
<script src="https://unpkg.com/@ipld/dag-pb/dist/index.min.js"></script>
```
## Overview

@@ -129,2 +139,3 @@

```
{

@@ -149,3 +160,8 @@ Data: Uint8Array(5) [ 0, 1, 2, 3, 4 ],

ebea6fac27583d12056c696e6b3218c8010a050001020304
```
## API Docs
- <https://ipld.github.io/js-dag-pb>
## License

@@ -152,0 +168,0 @@

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