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
14
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 5.9.3 to 5.9.4

4

helpers/moment.js
'use strict';
const utils = require('./3p/utils');
const date = require('date.js');
const chrono = require('chrono-node');

@@ -43,3 +43,3 @@ // suppress error messages that are not actionable

if (typeof str === 'string' && typeof pattern === 'string') {
return moment(date(str)).format(pattern);
return moment(chrono.parseDate(str)).format(pattern);
}

@@ -46,0 +46,0 @@

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

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

"@bigcommerce/handlebars-v4": "4.7.6",
"date.js": "^0.3.3",
"chrono-node": "^2.6.5",
"handlebars": "3.0.8",

@@ -41,0 +41,0 @@ "he": "^1.2.0",

Sorry, the diff of this file is too big to display

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