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.8 to 0.2.9

8

package.json
{
"name": "load-helpers",
"description": "The most interesting project in the world > Verb",
"version": "0.2.8",
"description": "Load helpers with patterns, as an object, key-value pair, or module.",
"version": "0.2.9",
"homepage": "https://github.com/jonschlinkert/load-helpers",

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

"dependencies": {
"globby": "^3.0.1",
"is-valid-glob": "^0.3.0",
"lazy-cache": "^0.2.3",
"matched": "^0.3.2",
"resolve-dir": "^0.1.0"

@@ -35,3 +36,2 @@ },

"jshint-stylish": "^2.0.1",
"lazy-cache": "^0.2.3",
"mocha": "*",

@@ -38,0 +38,0 @@ "should": "*"

# load-helpers [![NPM version](https://badge.fury.io/js/load-helpers.svg)](http://badge.fury.io/js/load-helpers)
> The most interesting project in the world > Verb
> Load helpers with patterns, as an object, key-value pair, or module.

@@ -107,2 +107,2 @@ ## Install

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on October 02, 2015._
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on October 21, 2015._

@@ -9,7 +9,11 @@ 'use strict';

var lazy = require('lazy-cache')(require);
lazy('globby', 'glob');
lazy('resolve-dir');
lazy('is-valid-glob', 'isGlob');
var utils = require('lazy-cache')(require);
var fn = require;
require = utils;
require('matched', 'glob');
require('resolve-dir');
require('is-valid-glob', 'isGlob');
require = fn;
/**

@@ -19,6 +23,4 @@ * Utils

var utils = lazy;
utils.tryRequire = function tryRequire(name, opts) {
name = lazy.resolveDir(name);
name = utils.resolveDir(name);

@@ -25,0 +27,0 @@ // try to require by `name`

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