Socket
Socket
Sign inDemoInstall

meteor-accounts-t9n

Package Overview
Dependencies
0
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.0 to 2.5.1

2

build/t9n.js

@@ -147,3 +147,3 @@ // Generated by CoffeeScript 2.4.1

if (index1 > -1) {
index2 = strCopy.substring(index1).indexOf('}'); // no nested tokens
index2 = strCopy.indexOf('}'); // no nested tokens
token = strCopy.substring(index1, index2 + 1);

@@ -150,0 +150,0 @@ if (token.indexOf('->') > -1) {

Package.describe({
summary: "Almost i18n, with standard translations for basic meteor packages.",
version: "2.5.0",
version: "2.5.1",
name: "softwarerero:accounts-t9n",

@@ -5,0 +5,0 @@ git: "https://github.com/softwarerero/meteor-accounts-t9n.git",

{
"name": "meteor-accounts-t9n",
"version": "2.5.0",
"version": "2.5.1",
"description": "Translations for Meteor projects, almost i18n",

@@ -5,0 +5,0 @@ "repository": "https://github.com/softwarerero/meteor-accounts-t9n",

@@ -6,5 +6,5 @@ {

"author": "Stefan Undorf <el@softwarerero.com>",
"version": "2.5.0",
"version": "2.5.1",
"git": "https://github.com/softwarerero/meteor-accounts-t9n.git",
"packages": {}
}

Sorry, the diff of this file is not supported yet

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