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

hapi-helpers

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-helpers - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json
{
"name": "hapi-helpers",
"version": "0.1.5",
"version": "0.1.6",
"description": "Define hapi.js routes with less code",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -26,3 +26,3 @@ var assert = require('chai').assert,

});
it('should work with list of methods as array with punctuation', function () {
it('should not work with list of methods as array with punctuation', function () {
assert.throws(function () {

@@ -29,0 +29,0 @@ hh.route([' get ,', ' post '], '/', 'h');

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