New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jshmrtn/vue3-gettext

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jshmrtn/vue3-gettext - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

6

package.json
{
"name": "@jshmrtn/vue3-gettext",
"version": "0.2.0",
"version": "0.2.1",
"description": "Translate your Vue.js applications with gettext",

@@ -15,4 +15,4 @@ "author": "Leo Zurbriggen",

"bin": {
"gettext-extract": "./scripts/gettext_extract.js",
"gettext-compile": "./scripts/gettext_compile.js"
"vue-gettext-extract": "./scripts/gettext_extract.js",
"vue-gettext-compile": "./scripts/gettext_compile.js"
},

@@ -19,0 +19,0 @@ "scripts": {

@@ -48,2 +48,5 @@ #!/usr/bin/env node

if (!fs.existsSync(outDir)) {
fs.mkdirSync(outDir);
}
const extracted = await execShellCommand(

@@ -50,0 +53,0 @@ `gettext-extract --attribute v-translate --output ${potPath} ${files.split("\n").join(" ")}`,

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