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.14.3 to 5.15.1

9

CHANGELOG.md

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

## [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)
**Note:** Version bump only for package @pattern-lab/engine-handlebars
## [5.14.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/compare/v5.14.2...v5.14.3) (2021-05-17)

@@ -8,0 +17,0 @@

3

lib/engine_handlebars.js

@@ -32,3 +32,4 @@ 'use strict';

const findPartialsRE = /{{#?>\s*([\w-\/.]+)(?:.|\s+)*?}}/g;
const findListItemsRE = /({{#( )?)(list(I|i)tems.)(one|two|three|four|five|six|seven|eight|nine|ten|eleven|twelve|thirteen|fourteen|fifteen|sixteen|seventeen|eighteen|nineteen|twenty)( )?}}/g;
const findListItemsRE =
/({{#( )?)(list(I|i)tems.)(one|two|three|four|five|six|seven|eight|nine|ten|eleven|twelve|thirteen|fourteen|fifteen|sixteen|seventeen|eighteen|nineteen|twenty)( )?}}/g;
const findAtPartialBlockRE = /{{#?>\s*@partial-block\s*}}/g;

@@ -35,0 +36,0 @@

{
"name": "@pattern-lab/engine-handlebars",
"description": "The Handlebars engine for Pattern Lab / Node",
"version": "5.14.3",
"version": "5.15.1",
"main": "lib/engine_handlebars.js",

@@ -26,3 +26,3 @@ "dependencies": {

"engines": {
"node": ">=12.12.0"
"node": ">=12.13.1"
},

@@ -32,3 +32,3 @@ "publishConfig": {

},
"gitHead": "4431c5d4baf4c5089daf15cde30beda6afd3f4f8"
"gitHead": "d01b062de612f80ee683210abdb5746eae146c14"
}

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