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

@bigcommerce/stencil-paper

Package Overview
Dependencies
Maintainers
13
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bigcommerce/stencil-paper - npm Package Compare versions

Comparing version 3.0.0-rc.37 to 3.0.0-rc.38

4

CHANGELOG.md
# Changelog
## 3.0.0-rc.38 (2021-03-15)
- Added public interface for handlebars to add templates and preprocess them [#228](https://github.com/bigcommerce/paper/pull/228)
- Bumps paper-handlebars to 4.4.6 [#226](https://github.com/bigcommerce/paper/pull/229)
## 3.0.0-rc.37 (2021-02-12)

@@ -4,0 +8,0 @@ - Bumps paper-handlebars to 4.4.4 [#226](https://github.com/bigcommerce/paper/pull/226)

@@ -274,4 +274,21 @@ 'use strict';

}
/**
*
* @param {Object} templates
*/
preprocess(templates) {
return this.preProcessor(templates);
}
/**
* Registers templates for the handlebars
*
* @param {Object} templats
*/
addTemplates(templates) {
this.renderer.addTemplates(templates);
}
}
module.exports = Paper;

4

package.json
{
"name": "@bigcommerce/stencil-paper",
"version": "3.0.0-rc.37",
"version": "3.0.0-rc.38",
"description": "A Stencil plugin to load template files and render pages using backend renderer plugins.",

@@ -27,3 +27,3 @@ "main": "index.js",

"dependencies": {
"@bigcommerce/stencil-paper-handlebars": "4.4.4",
"@bigcommerce/stencil-paper-handlebars": "4.4.6",
"accept-language-parser": "~1.4.1",

@@ -30,0 +30,0 @@ "messageformat": "~0.2.2"

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