Socket
Socket
Sign inDemoInstall

hoek

Package Overview
Dependencies
Maintainers
2
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hoek - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

6

lib/index.js

@@ -416,3 +416,7 @@ // Load modules

var msgs = Array.prototype.slice.call(arguments, 1);
var msgs = [];
for (var i = 1, il = arguments.length; i < il; ++i) {
msgs.push(arguments[i]); // Avoids Array.slice arguments leak, allowing for V8 optimizations
}
msgs = msgs.map(function (msg) {

@@ -419,0 +423,0 @@

2

package.json
{
"name": "hoek",
"description": "General purpose node utilities",
"version": "2.4.0",
"version": "2.4.1",
"repository": "git://github.com/hapijs/hoek",

@@ -6,0 +6,0 @@ "main": "index",

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