Socket
Socket
Sign inDemoInstall

@hapi/hoek

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hapi/hoek - npm Package Compare versions

Comparing version 8.3.0 to 8.3.1

9

lib/contain.js

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

if (set.size) {
return !!options.part;
return options.part ? set.size < targets.length : false;
}

@@ -258,3 +258,8 @@

let any = false;
for (const match of map.values()) {
if (match.hits) {
any = true;
}
if (match.hits === match.allowed) {

@@ -277,3 +282,3 @@ continue;

return true;
return !!any;
};

@@ -280,0 +285,0 @@

{
"name": "@hapi/hoek",
"description": "General purpose node utilities",
"version": "8.3.0",
"version": "8.3.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc