babel-plugin-ltag
Advanced tools
+1
-1
| { | ||
| "name": "babel-plugin-ltag", | ||
| "version": "1.0.3", | ||
| "version": "1.0.6", | ||
| "description": "a babel-pluging to transform l-template tags.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
+6
-3
@@ -30,7 +30,10 @@ # ltag | ||
| 4. Run babel over your code: | ||
| ```babel test.js``` | ||
| `.pot` file will be generated, and with subsequent executions will be updated. | ||
| ``` | ||
| babel test.js | ||
| ``` | ||
| `.pot` file will be generated, and with subsequent executions it will be updated. | ||
| ```po | ||
| msgid "" | ||
| msgstr "Content-Type: text/plain;\n" | ||
| msgstr "Content-Type: text/plain;utf-8\n" | ||
@@ -37,0 +40,0 @@ #: test.js:1 |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
46396
0.02%56
5.66%