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

it-length-prefixed

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

it-length-prefixed - npm Package Compare versions

Comparing version 8.0.3 to 8.0.4

dist/index.min.js

15

package.json
{
"name": "it-length-prefixed",
"version": "8.0.3",
"version": "8.0.4",
"description": "Streaming length prefixed buffers with async iterables",

@@ -47,3 +47,3 @@ "author": "Alan Shaw",

"src",
"dist/src",
"dist",
"!dist/test",

@@ -172,3 +172,4 @@ "!**/*.tsbuildinfo"

"test:electron-main": "aegir test -t electron-main",
"release": "aegir release"
"release": "aegir release",
"docs": "aegir docs"
},

@@ -186,7 +187,7 @@ "dependencies": {

"iso-random-stream": "^2.0.0",
"it-all": "^1.0.6",
"it-all": "^2.0.0",
"it-block": "^6.0.0",
"it-drain": "^1.0.5",
"it-foreach": "^0.1.1",
"it-map": "^1.0.6",
"it-drain": "^2.0.0",
"it-foreach": "^1.0.0",
"it-map": "^2.0.0",
"it-pipe": "^2.0.2",

@@ -193,0 +194,0 @@ "it-pushable": "^3.0.0",

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

@@ -11,2 +11,3 @@ > Streaming length prefixed buffers with async iterables

- [Install](#install)
- [Browser `<script>` tag](#browser-script-tag)
- [Usage](#usage)

@@ -19,4 +20,5 @@ - [API](#api)

- [Contribute](#contribute)
- [API Docs](#api-docs)
- [License](#license)
- [Contribute](#contribute-1)
- [Contribution](#contribution)

@@ -29,2 +31,10 @@ ## Install

### Browser `<script>` tag
Loading this module through a script tag will make it's exports available as `ItLengthPrefixed` in the global namespace.
```html
<script src="https://unpkg.com/it-length-prefixed/dist/index.min.js"></script>
```
## Usage

@@ -130,2 +140,6 @@

## API Docs
- <https://alanshaw.github.io/it-length-prefixed>
## License

@@ -138,4 +152,4 @@

## Contribute
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
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