meteor-accounts-t9n
Advanced tools
Comparing version 2.0.0 to 2.0.1
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": {} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
1
0
509657
110
4648
182