Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

load-helpers

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

load-helpers - npm Package Compare versions

Comparing version 0.2.9 to 0.2.10

2

package.json
{
"name": "load-helpers",
"description": "Load helpers with patterns, as an object, key-value pair, or module.",
"version": "0.2.9",
"version": "0.2.10",
"homepage": "https://github.com/jonschlinkert/load-helpers",

@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

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

utils.resolve = function resolve(fp, opts) {
var cwd = opts.cwd || process.cwd();
var cwd = (opts && opts.cwd) || process.cwd();
return path.resolve(cwd, fp);

@@ -49,0 +49,0 @@ };

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