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

ammo

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ammo - npm Package Compare versions

Comparing version 2.0.4 to 3.0.0

1

lib/index.js

@@ -6,2 +6,3 @@ 'use strict';

const Stream = require('stream');
const Hoek = require('hoek');

@@ -8,0 +9,0 @@

14

package.json
{
"name": "ammo",
"description": "HTTP Range processing utilities",
"version": "2.0.4",
"version": "3.0.0",
"repository": "git://github.com/hapijs/ammo",

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

"engines": {
"node": ">=4.0.0"
"node": ">=8.0.0"
},
"dependencies": {
"boom": "5.x.x",
"hoek": "4.x.x"
"boom": "6.x.x",
"hoek": "5.x.x"
},
"devDependencies": {
"code": "4.x.x",
"lab": "13.x.x",
"wreck": "12.x.x"
"code": "5.x.x",
"lab": "14.x.x",
"wreck": "13.x.x"
},

@@ -25,0 +25,0 @@ "scripts": {

@@ -8,3 +8,3 @@ # ammo

Lead Maintainer - [Eran Hammer](https://github.com/hueniverse)
Lead Maintainer - [Gil Pedersen](https://github.com/kanongil)

@@ -11,0 +11,0 @@ ## Usage

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