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 1.0.2 to 1.0.3

2

lib/index.js

@@ -446,3 +446,3 @@ // Load modules

var result = {};
var filepath = Path.normalize((dir || process.env.PWD) + '/package.json');
var filepath = Path.normalize((dir || process.env.PWD || process.cwd()) + '/package.json');
if (Fs.existsSync(filepath)) {

@@ -449,0 +449,0 @@ try {

{
"name": "hoek",
"description": "General purpose node utilities",
"version": "1.0.2",
"version": "1.0.3",
"repository": "git://github.com/spumko/hoek",

@@ -6,0 +6,0 @@ "main": "index",

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