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

load-helpers

Package Overview
Dependencies
Maintainers
1
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.6 to 0.2.7

5

package.json
{
"name": "load-helpers",
"description": "The most interesting project in the world > Verb",
"version": "0.2.6",
"version": "0.2.7",
"homepage": "https://github.com/jonschlinkert/load-helpers",

@@ -25,3 +25,4 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"globby": "^3.0.1",
"is-valid-glob": "^0.3.0"
"is-valid-glob": "^0.3.0",
"resolve-dir": "^0.1.0"
},

@@ -28,0 +29,0 @@ "devDependencies": {

3

utils.js

@@ -11,2 +11,3 @@ 'use strict';

lazy('globby', 'glob');
lazy('resolve-dir');
lazy('is-valid-glob', 'isGlob');

@@ -21,2 +22,4 @@

utils.tryRequire = function tryRequire(name, opts) {
name = lazy.resolveDir(name);
// try to require by `name`

@@ -23,0 +26,0 @@ try {

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