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 3.0.2 to 3.0.3

4

lib/index.js

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

for (let j = 0; j < ref.length; ++j) {
if (exports.deepEqual(obj[i], ref[j], options, seen)) {
if (exports.deepEqual(obj[i], ref[j], options)) {
found = true;

@@ -308,3 +308,3 @@ break;

if (!exports.deepEqual(obj[i], ref[i], options, seen)) {
if (!exports.deepEqual(obj[i], ref[i], options)) {
return false;

@@ -311,0 +311,0 @@ }

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

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

Sorry, the diff of this file is too big to display

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