Socket
Socket
Sign inDemoInstall

hoek

Package Overview
Dependencies
0
Maintainers
4
Versions
116
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.2.1

4

lib/index.js

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

const key = keys[i];
if (key === '__proto__') {
continue;
}
const value = source[key];

@@ -118,0 +122,0 @@ if (value &&

2

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc