Socket
Socket
Sign inDemoInstall

gettext-handlebars

Package Overview
Dependencies
7
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

8

index.js

@@ -55,4 +55,10 @@ var Handlebars = require('handlebars');

case 'block':
statement.program.statements.reduce(isMsg, msgs);
if (statement.program) {
statement.program.statements.reduce(isMsg, msgs);
}
if (statement.inverse) {
statement.inverse.statements.reduce(isMsg, msgs);
}
break;

@@ -59,0 +65,0 @@ }

2

package.json
{
"name": "gettext-handlebars",
"version": "0.2.1",
"version": "0.2.2",
"description": "Extract translatable strings from Handlebars templates",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc