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

inert

Package Overview
Dependencies
Maintainers
5
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inert - npm Package Compare versions

Comparing version 5.0.0-rc5 to 5.0.0-rc7

5

lib/index.js

@@ -26,5 +26,4 @@ 'use strict';

server.handler('file', File.handler);
server.handler('directory', Directory.handler);
server.decorate('handler', 'file', File.handler);
server.decorate('handler', 'directory', Directory.handler);
server.decorate('toolkit', 'file', function (path, responseOptions) {

@@ -31,0 +30,0 @@

8

package.json
{
"name": "inert",
"description": "Static file and directory handlers plugin for hapi.js",
"version": "5.0.0-rc5",
"version": "5.0.0-rc7",
"repository": "https://github.com/hapijs/inert.git",

@@ -18,3 +18,3 @@ "main": "lib/index.js",

"peerDependencies": {
"hapi": "17.0.0-rc5"
"hapi": "17.0.0-rc7"
},

@@ -25,3 +25,3 @@ "dependencies": {

"hoek": "5.x.x",
"joi": "11.x.x",
"joi": "13.x.x",
"lru-cache": "4.1.x"

@@ -31,3 +31,3 @@ },

"code": "5.x.x",
"hapi": "^17.0.0-rc5",
"hapi": "17.0.0-rc7",
"lab": "14.x.x"

@@ -34,0 +34,0 @@ },

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