@ipld/dag-pb
Advanced tools
Comparing version 4.0.1 to 4.0.2
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52585
20
820
172