🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@commercial/hoek

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

@commercial/hoek - npm Package Compare versions

Comparing version

to
8.5.1

4

lib/clone.js

@@ -78,2 +78,6 @@ 'use strict';

for (const key of keys) {
if (key === '__proto__') {
continue;
}
if (baseProto === Types.array &&

@@ -80,0 +84,0 @@ key === 'length') {

2

package.json
{
"name": "@commercial/hoek",
"description": "General purpose node utilities",
"version": "8.5.0",
"version": "8.5.1",
"repository": "git://github.com/hapijs/hoek",

@@ -6,0 +6,0 @@ "main": "lib/index.js",