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

i18nliner-handlebars

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18nliner-handlebars - npm Package Compare versions

Comparing version 0.0.11 to 0.1.0

10

package.json
{
"name": "i18nliner-handlebars",
"description": "handlebars i18n made simple",
"version": "0.0.11",
"version": "0.1.0",
"contributors": [

@@ -26,4 +26,4 @@ {

"grunt-es6-module-transpiler": "~0.6.0",
"handlebars": "~1.3.0",
"i18nliner": "~0.0.11",
"handlebars": ">=1.3 <3",
"i18nliner": "~0.0.16",
"jsdom": "~0.8.10",

@@ -38,6 +38,6 @@ "matchdep": "~0.3.0",

"peerDependencies": {
"handlebars": "~1.3.0",
"i18nliner": "~0.0.11",
"handlebars": ">=1.3 <3",
"i18nliner": "~0.0.16",
"jsdom": "~0.8.10"
}
}

@@ -49,3 +49,3 @@ /* global describe, it */

extract("{{t 'dog' count=count}}"),
{"dog_c158cde1": {one: "1 dog", other: "%{count} dogs"}}
{"count_dogs_d378e7": {one: "1 dog", other: "%{count} dogs"}}
);

@@ -52,0 +52,0 @@ assert.deepEqual(

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