ipfs-message-port-protocol
Advanced tools
Comparing version
{ | ||
"name": "ipfs-message-port-protocol", | ||
"version": "0.15.0-6eeb1be5", | ||
"version": "0.15.0-7b79c1b8", | ||
"description": "IPFS client/server protocol over message port", | ||
@@ -90,3 +90,3 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"ipfs-core-types": "0.14.0-6eeb1be5", | ||
"ipfs-core-types": "0.14.0-7b79c1b8", | ||
"multiformats": "^11.0.0" | ||
@@ -93,0 +93,0 @@ }, |
@@ -0,8 +1,13 @@ | ||
> # ⛔️ DEPRECATED: [js-IPFS](https://github.com/ipfs/js-ipfs) has been superseded by [Helia](https://github.com/ipfs/helia) | ||
> | ||
> 📚 [Learn more about this deprecation](https://github.com/ipfs/js-ipfs/issues/4336) or [how to migrate](https://github.com/ipfs/helia/wiki/Migrating-from-js-IPFS) | ||
> | ||
> ⚠️ If you continue using this repo, please note that security fixes will not be provided | ||
# ipfs-message-port-protocol <!-- omit in toc --> | ||
[](http://ipfs.io) | ||
[](http://webchat.freenode.net/?channels=%23ipfs) | ||
[](https://discord.gg/ipfs) | ||
[](https://ipfs.tech) | ||
[](https://discuss.ipfs.tech) | ||
[](https://codecov.io/gh/ipfs/js-ipfs) | ||
[](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml) | ||
[](https://github.com/ipfs/js-ipfs/actions/workflows/test.yml?query=branch%3Amaster) | ||
@@ -14,2 +19,3 @@ > IPFS client/server protocol over message port | ||
- [Install](#install) | ||
- [Browser `<script>` tag](#browser-script-tag) | ||
- [Usage](#usage) | ||
@@ -30,2 +36,10 @@ - [Wire protocol codecs](#wire-protocol-codecs) | ||
### Browser `<script>` tag | ||
Loading this module through a script tag will make it's exports available as `IpfsMessagePortProtocol` in the global namespace. | ||
```html | ||
<script src="https://unpkg.com/ipfs-message-port-protocol/dist/index.min.js"></script> | ||
``` | ||
## Usage | ||
@@ -32,0 +46,0 @@ |
39042
1.56%207
7.25%+ Added
- Removed