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 1.0.0 to 1.0.1

4

index.js

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

this.options = options || {};
this.helpers = this.options.helpers || {};
this.cache = this.options.helpers || {};
}

@@ -70,3 +70,3 @@

set(this.helpers, name, fn);
set(this.cache, name, fn);
this.emit('helper', name, fn);

@@ -73,0 +73,0 @@ return this;

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

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

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