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

hapi-epoxy

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-epoxy - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

8

lib/index.js

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

for (var epoxyPluginKey of Object.keys(epoxyPlugins)) {
Object.keys(epoxyPlugins).forEach(function (epoxyPluginKey) {
var glueRegistrations = [];

@@ -72,3 +72,3 @@

gluePlugins[gluePluginName] = glueRegistrations;
}
})

@@ -109,3 +109,3 @@ glueManifest.plugins = gluePlugins;

for (var gluePluginKey of Object.keys(gluePlugins)) {
Object.keys(gluePlugins).forEach(function (gluePluginKey) {
var epoxyRegistrations = [];

@@ -148,3 +148,3 @@

};
}
});

@@ -151,0 +151,0 @@ epoxyManifest.plugins = epoxyPlugins;

{
"name": "hapi-epoxy",
"version": "1.1.0",
"version": "1.2.0",
"description": "Flexible YAML configuration for Hapi",

@@ -21,3 +21,5 @@ "license": "MIT",

},
"engines": {"node": ">=0.10.41", "npm": ">=2.0.0"},
"devDependencies": {
"hapi": "^10.x.x",
"glue": "^2.4.0",

@@ -24,0 +26,0 @@ "gulp": "^3.9.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