New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

supervizor

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

supervizor - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

7

CHANGELOG.md
# Changelog
## [v1.0.3](https://github.com/ruiquelhas/supervizor/tree/v1.0.3) (2016-10-21)
[Full Changelog](https://github.com/ruiquelhas/supervizor/compare/v1.0.2...v1.0.3)
**Merged pull requests:**
- Update dependencies [\#5](https://github.com/ruiquelhas/supervizor/pull/5) ([ruiquelhas](https://github.com/ruiquelhas))
## [v1.0.2](https://github.com/ruiquelhas/supervizor/tree/v1.0.2) (2016-07-10)

@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/ruiquelhas/supervizor/compare/v1.0.1...v1.0.2)

10

package.json
{
"name": "supervizor",
"version": "1.0.2",
"version": "1.0.3",
"description": "Server-level request payload validation for hapi",

@@ -31,9 +31,9 @@ "main": "lib/index.js",

"devDependencies": {
"code": "3.x.x",
"code": "4.x.x",
"coveralls": "2.x.x",
"hapi": "13.x.x",
"lab": "10.x.x"
"hapi": "15.x.x",
"lab": "11.x.x"
},
"dependencies": {
"boom": "3.x.x",
"boom": "4.x.x",
"lodash.omit": "4.x.x",

@@ -40,0 +40,0 @@ "lodash.pluck": "3.x.x"

@@ -92,3 +92,3 @@ 'use strict';

server.inject({ method: 'POST', url: '/', payload: payload }, (response) => {
server.inject({ method: 'POST', url: '/', payload }, (response) => {

@@ -95,0 +95,0 @@ Code.expect(response.statusCode).to.equal(200);

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