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

ammo

Package Overview
Dependencies
Maintainers
1
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.0 to 2.0.1

6

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

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

"boom": "3.x.x",
"hoek": "3.x.x"
"hoek": "4.x.x"
},
"devDependencies": {
"code": "2.x.x",
"lab": "7.x.x",
"lab": "10.x.x",
"wreck": "7.x.x"

@@ -24,0 +24,0 @@ },

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

expect(err).to.not.exist();
expect(buffer.toString()).to.equal(random.slice(1000, 4001).toString());

@@ -144,2 +145,3 @@ done();

expect(err).to.not.exist();
expect(buffer.toString()).to.equal('234');

@@ -146,0 +148,0 @@ done();

Sorry, the diff of this file is not supported yet

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