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

@bigcommerce/stencil-paper

Package Overview
Dependencies
Maintainers
2
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 1.1.5 to 1.1.6

2

index.js

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

if (this.translate) {
context.localeName = this.translate.localeName;
context.locale_name = this.translate.localeName;
}

@@ -240,0 +240,0 @@

{
"name": "@bigcommerce/stencil-paper",
"version": "1.1.5",
"version": "1.1.6",
"description": "A stencil plugin to register partials and helpers from handlebars and returns the compiled version for the stencil platform.",

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

@@ -16,3 +16,3 @@ var Code = require('code'),

'pages/partial': '<p></p>',
'pages/localeName': '{{localeName}}',
'pages/localeName': '{{locale_name}}',
};

@@ -19,0 +19,0 @@

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