Socket
Socket
Sign inDemoInstall

@hapi/ammo

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hapi/ammo - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

8

package.json
{
"name": "@hapi/ammo",
"description": "HTTP Range processing utilities",
"version": "3.1.0",
"version": "3.1.1",
"repository": "git://github.com/hapijs/ammo",

@@ -13,7 +13,7 @@ "main": "lib/index.js",

"dependencies": {
"@hapi/hoek": "6.x.x"
"@hapi/hoek": "8.x.x"
},
"devDependencies": {
"@hapi/code": "5.x.x",
"@hapi/lab": "18.x.x",
"@hapi/code": "6.x.x",
"@hapi/lab": "20.x.x",
"@hapi/wreck": "15.x.x"

@@ -20,0 +20,0 @@ },

@@ -0,1 +1,3 @@

<a href="http://hapijs.com"><img src="https://raw.githubusercontent.com/hapijs/assets/master/images/family.png" width="180px" align="right" /></a>
# ammo

@@ -7,4 +9,2 @@

Lead Maintainer - [Gil Pedersen](https://github.com/kanongil)
## Usage

@@ -24,3 +24,3 @@

const stream = new Ammo.Stream(range[0]);
const buffer = async Wreck.read(source.pipe(stream));
const buffer = await Wreck.read(source.pipe(stream));

@@ -27,0 +27,0 @@ // buffer is the portion of source within range

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