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

pez

Package Overview
Dependencies
Maintainers
5
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pez - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

1

lib/index.js

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

const Stream = require('stream');
const B64 = require('b64');

@@ -8,0 +9,0 @@ const Boom = require('boom');

14

package.json
{
"name": "pez",
"description": "Multipart parser",
"version": "3.0.0",
"version": "3.0.1",
"repository": "git://github.com/hapijs/pez",

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

"dependencies": {
"b64": "3.x.x",
"boom": "5.x.x",
"b64": "4.x.x",
"boom": "6.x.x",
"content": "4.x.x",
"hoek": "4.x.x",
"nigel": "2.x.x"
"hoek": "5.x.x",
"nigel": "3.x.x"
},
"devDependencies": {
"code": "5.x.x",
"form-data": "2.x.x",
"lab": "14.x.x",
"wreck": "12.x.x"
"teamwork": "2.x.x",
"wreck": "13.x.x"
},

@@ -28,0 +30,0 @@ "scripts": {

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