Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

babel-plugin-ltag

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-ltag - npm Package Compare versions

Comparing version
1.0.13
to
1.1.0
+7
-5
package.json
{
"name": "babel-plugin-ltag",
"version": "1.0.13",
"version": "1.1.0",
"description": "a babel-plugin to transform l-template tags.",

@@ -11,5 +11,6 @@ "main": "lib/index.js",

"type": "git",
"url": "git+https://github.com/arash16/ltag.git"
"url": "git+https://github.com/arash16/babel-plugin-ltag.git"
},
"keywords": [
"babel",
"babel-plugin",

@@ -19,3 +20,4 @@ "l10n",

"localization",
"translation"
"translation",
"internationalization"
],

@@ -25,5 +27,5 @@ "author": "Arash Shakery <arash.shakery@gmail.com> (arash16.com)",

"bugs": {
"url": "https://github.com/arash16/ltag/issues"
"url": "https://github.com/arash16/babel-plugin-ltag/issues"
},
"homepage": "https://github.com/arash16/ltag#readme",
"homepage": "https://github.com/arash16/babel-plugin-ltag#readme",
"devDependencies": {

@@ -30,0 +32,0 @@ "babel-preset-env": "^1.4.0"

@@ -1,3 +0,3 @@

# ltag
ltag is a [babel](https://babeljs.io/) pluging for client-side javascript localization using templates.
# babel-plugin-ltag
ltag is a [babel](https://babeljs.io/) plugin for client-side javascript localization using templates.
You can tag your template strings with `l` and afterwards you will be able to generate different versions of the same code, for different languages.

@@ -60,4 +60,4 @@

## TODO
* Plural Forms
* Plural Forms
* TRANSLATOR comments extraction