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 4.1.0 to 4.1.1

7

lib/index.js

@@ -881,10 +881,5 @@ 'use strict';

exports.isInteger = function (value) {
exports.isInteger = Number.isSafeInteger;
return (typeof value === 'number' &&
parseFloat(value) === parseInt(value, 10) &&
!isNaN(value));
};
exports.ignore = function () { };

@@ -891,0 +886,0 @@

6

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

@@ -15,4 +15,4 @@ "main": "lib/index.js",

"devDependencies": {
"code": "3.x.x",
"lab": "10.x.x"
"code": "4.x.x",
"lab": "13.x.x"
},

@@ -19,0 +19,0 @@ "scripts": {

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