Socket
Socket
Sign inDemoInstall

hoek

Package Overview
Dependencies
Maintainers
4
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 5.0.1 to 5.0.2

10

lib/index.js

@@ -5,5 +5,7 @@ 'use strict';

const Assert = require('assert');
const Crypto = require('crypto');
const Path = require('path');
const Util = require('util');
const Escape = require('./escape');

@@ -731,3 +733,9 @@

throw new Error(msgs.join(' ') || 'Unknown error');
throw new Assert.AssertionError({
message: msgs.join(' ') || 'Unknown error',
actual: false,
expected: true,
operator: '==',
stackStartFunction: exports.assert
});
};

@@ -734,0 +742,0 @@

4

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

@@ -11,3 +11,3 @@ "main": "lib/index.js",

"engines": {
"node": ">=8.8.0"
"node": ">=8.9.0"
},

@@ -14,0 +14,0 @@ "dependencies": {},

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