@cloudfour/hbs-helpers
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -10,2 +10,3 @@ 'use strict'; | ||
* @since v0.0.1 | ||
* @deprecated Use the more flexible `all` helper instead. | ||
* @param {*} left | ||
@@ -12,0 +13,0 @@ * @param {*} right |
@@ -10,2 +10,3 @@ 'use strict'; | ||
* @since v0.0.1 | ||
* @deprecated Use the more flexible `any` helper instead. | ||
* @param {*} left | ||
@@ -12,0 +13,0 @@ * @param {*} right |
@@ -9,3 +9,3 @@ 'use strict'; | ||
var readAndCache = R.memoize(function (name) { | ||
var readAndCache = R.memoizeWith(R.identity, function (name) { | ||
return fs.readFileSync(name, 'utf-8'); | ||
@@ -12,0 +12,0 @@ }); |
{ | ||
"name": "@cloudfour/hbs-helpers", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "Handlebars helpers used for various Cloud Four projects.", | ||
@@ -22,3 +22,3 @@ "author": "Cloud Four (http://cloudfour.com)", | ||
"dependencies": { | ||
"capitalize": "^1.0.0", | ||
"capitalize": "^2.0.0", | ||
"chance": "^1.0.3", | ||
@@ -29,9 +29,9 @@ "handlebars": "^4.0.3", | ||
"num2fraction": "^1.2.2", | ||
"ramda": "^0.18.0", | ||
"require-dir": "^0.3.0", | ||
"ramda": "^0.26.0", | ||
"require-dir": "^1.0.0", | ||
"tinycolor2": "^1.3.0" | ||
}, | ||
"devDependencies": { | ||
"tap-spec": "^4.1.0", | ||
"tape": "^4.2.1" | ||
"tap-spec": "5.0.0", | ||
"tape": "4.11.0" | ||
}, | ||
@@ -38,0 +38,0 @@ "scripts": { |
# Core Handlebars Helpers | ||
[![Latest Documentation](https://doxdox.org/images/badge-flat.svg)](https://doxdox.org/cloudfour/core-hbs-helpers/) | ||
[![NPM version](https://img.shields.io/npm/v/@cloudfour/hbs-helpers.svg)](https://www.npmjs.com/package/@cloudfour/hbs-helpers) [![Latest Documentation](https://doxdox.org/images/badge-flat.svg)](https://doxdox.org/cloudfour/core-hbs-helpers/) [![Renovate Status](https://badges.renovateapi.com/github/cloudfour/core-hbs-helpers)](https://renovatebot.com/) | ||
@@ -8,3 +8,3 @@ ## Usage | ||
``` | ||
npm install --save-dev cloudfour/core-hbs-helpers.git | ||
npm install --save-dev @cloudfour/hbs-helpers | ||
``` | ||
@@ -37,1 +37,4 @@ | ||
## Documentation | ||
See our [doxdox site](https://doxdox.org/cloudfour/core-hbs-helpers/) for complete documentation of each helper. |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
27185
31
868
39
+ Addedcapitalize@2.0.4(transitive)
+ Addedramda@0.26.1(transitive)
+ Addedrequire-dir@1.2.0(transitive)
- Removedcapitalize@1.0.0(transitive)
- Removedramda@0.18.0(transitive)
- Removedrequire-dir@0.3.2(transitive)
Updatedcapitalize@^2.0.0
Updatedramda@^0.26.0
Updatedrequire-dir@^1.0.0