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

@cloudfour/hbs-helpers

Package Overview
Dependencies
Maintainers
7
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudfour/hbs-helpers - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

lib/all.js

1

lib/and.js

@@ -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

2

lib/svg.js

@@ -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.
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