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

@bigcommerce/stencil-paper-handlebars

Package Overview
Dependencies
Maintainers
9
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bigcommerce/stencil-paper-handlebars - npm Package Compare versions

Comparing version 4.0.4 to 4.0.5

.idea/codeStyles/codeStyleConfig.xml

3

CHANGELOG.md
# Changelog
## 4.0.5
- Fix regex performance to match precompiled templates.
## 4.0.4

@@ -4,0 +7,0 @@ - Added trimming of all '.' and '/' from begginig of cdn path (not full paths)

2

index.js

@@ -193,3 +193,3 @@ 'use strict';

// step is a potentially dangerous eval.
const re = /.*"compiler"\w*:\w*\[.*"main"\w*:\w*function/;
const re = /"compiler":\[.*\],"main":function/;
if (!re.test(precompiled)) {

@@ -196,0 +196,0 @@ // This is not a valid precompiled template, so this is

{
"name": "@bigcommerce/stencil-paper-handlebars",
"version": "4.0.4",
"version": "4.0.5",
"description": "A paper plugin to render pages using Handlebars.js",

@@ -5,0 +5,0 @@ "main": "index.js",

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