Socket
Socket
Sign inDemoInstall

hoek

Package Overview
Dependencies
Maintainers
3
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 4.0.2 to 4.1.0

0

lib/escape.js

@@ -0,0 +0,0 @@ 'use strict';

2

lib/index.js

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

else {
const keys = Object.keys(ref);
const keys = Object.getOwnPropertyNames(ref);
for (let i = 0; i < keys.length; ++i) {

@@ -534,0 +534,0 @@ const key = keys[i];

{
"name": "hoek",
"description": "General purpose node utilities",
"version": "4.0.2",
"version": "4.1.0",
"repository": "git://github.com/hapijs/hoek",

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

@@ -0,0 +0,0 @@ ![hoek Logo](https://raw.github.com/hapijs/hoek/master/images/hoek.png)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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