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

meteor-accounts-t9n

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

meteor-accounts-t9n - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

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

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

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

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

@@ -11,8 +11,6 @@ # Translations for the meteor standard packages (almost i18n)

When using `npm` the translation files will not be loaded eagerly any longer. Several people asked for this feature to safe bandwidth and it is possible now, this closes #161.
When using `npm` the translation files will no longer be eagerly loaded. Several people asked for this feature to safe bandwidth and it is possible now, this closes #161.
To make it work with `npm` the files have been translated to JavaScript, so if you use CoffeeScript you can require from the main directory and if you use JavaScript you would import/require from `build`.
In theory this package can be used in any JavaScript project, but reactivity is only available within a Meteor environment.
These `examples` show different use cases:

@@ -22,4 +20,2 @@

- meteorNpm: Use t9n as npm package within Meteor.
- nodeJS: Use t9n on the server, also with npm.
- requireJS: Use t9n on the client with help of requireJS.

@@ -26,0 +22,0 @@ ## Installation

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

"author": "Stefan Undorf <el@softwarerero.com>",
"version": "2.0.0",
"version": "2.0.1",
"git": "https://github.com/softwarerero/meteor-accounts-t9n.git",
"packages": {}
}
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