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

@pattern-lab/engine-handlebars

Package Overview
Dependencies
Maintainers
7
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pattern-lab/engine-handlebars - npm Package Compare versions

Comparing version 5.15.1 to 5.16.1

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

## [5.16.1](https://github.com/pattern-lab/patternlab-node/compare/v5.16.0...v5.16.1) (2022-01-29)
**Note:** Version bump only for package @pattern-lab/engine-handlebars
# [5.16.0](https://github.com/pattern-lab/patternlab-node/compare/v5.15.7...v5.16.0) (2022-01-29)
**Note:** Version bump only for package @pattern-lab/engine-handlebars
## [5.15.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/compare/v5.15.0...v5.15.1) (2021-10-16)

@@ -8,0 +24,0 @@

0

lib/engine_handlebars.js

@@ -0,0 +0,0 @@ 'use strict';

6

package.json
{
"name": "@pattern-lab/engine-handlebars",
"description": "The Handlebars engine for Pattern Lab / Node",
"version": "5.15.1",
"version": "5.16.1",
"main": "lib/engine_handlebars.js",
"dependencies": {
"fs-extra": "^8.1.0",
"fs-extra": "^10.0.0",
"glob": "^7.1.6",

@@ -31,3 +31,3 @@ "handlebars": "^4.7.7"

},
"gitHead": "d01b062de612f80ee683210abdb5746eae146c14"
"gitHead": "9734880e15d4da68ab1b5abc6e727b6bcb4a2665"
}

@@ -12,8 +12,8 @@ # The Handlebars PatternEngine for Pattern Lab / Node

* [x] [Pattern States](https://patternlab.io/docs/using-pattern-states/)
* [ ] [Pattern Parameters](https://patternlab.io/docs/using-pattern-parameters/) (Accomplished instead using [native Handlebars partial arguments](http://handlebarsjs.com/partials.html))
* [ ] [Style Modifiers](https://github.com/pattern-lab/patternlab-node/issues/1177) (Accomplished instead using [native Handlebars partial arguments](http://handlebarsjs.com/partials.html))
* [ ] [Pattern Parameters](https://patternlab.io/docs/using-pattern-parameters/) (Accomplished instead using [native Handlebars partial arguments](https://handlebarsjs.com/guide/partials.html))
* [ ] [Style Modifiers](https://github.com/pattern-lab/patternlab-node/issues/1177) (Accomplished instead using [native Handlebars partial arguments](https://handlebarsjs.com/guide/partials.html))
## Helpers
To add custom [helpers](http://handlebarsjs.com/#helpers) or otherwise interact with Handlebars directly, create a file named `patternlab-handlebars-config.js` in the root of your Pattern Lab project, or override the default location by specifying one or several glob patterns in the Pattern Lab config:
To add custom [helpers](https://handlebarsjs.com/api-reference/helpers.html) or otherwise interact with Handlebars directly, create a file named `patternlab-handlebars-config.js` in the root of your Pattern Lab project, or override the default location by specifying one or several glob patterns in the Pattern Lab config:

@@ -20,0 +20,0 @@ ```json

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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