load-helpers
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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)", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
16479