Socket
Socket
Sign inDemoInstall

gettext-handlebars

Package Overview
Dependencies
22
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

5

index.js

@@ -157,2 +157,7 @@ 'use strict';

statement.params.reduce(isMsg, msgs);
if (statement.hash) {
for (var i = 0; i < statement.hash.pairs.length; i++) {
isMsg(msgs, statement.hash.pairs[i].value);
}
}

@@ -159,0 +164,0 @@ break;

8

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

@@ -34,8 +34,8 @@ "main": "index.js",

"devDependencies": {
"eslint": "^1.7.3",
"mocha": "^2.3.3"
"eslint": "1.10.3",
"mocha": "2.3.4"
},
"dependencies": {
"handlebars": "4.0.3"
"handlebars": "4.0.5"
}
}

@@ -48,1 +48,15 @@ # gettext-handlebars [![build status](https://secure.travis-ci.org/smhg/gettext-handlebars.png)](http://travis-ci.org/smhg/gettext-handlebars)

```
### Development
#### Install
```shell
git clone git@github.com:smhg/gettext-handlebars.git
npm i
```
#### Test
```shell
npm run lint
npm test
```
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