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 1.0.0 to 1.0.1

2

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

@@ -5,0 +5,0 @@ "author": "Leo Zurbriggen",

# vue3-gettext
> :warning: This project is based on the original [vue-gettext](https://github.com/Polyconseil/vue-gettext). It has not yet been used in production.
Translate [Vue.js](http://vuejs.org) applications with [gettext](https://en.wikipedia.org/wiki/Gettext).

@@ -6,0 +4,0 @@

@@ -53,3 +53,3 @@ #!/usr/bin/env node

);
fs.chmodSync(potPath, 666);
fs.chmodSync(potPath, 0o666);
console.log(extracted);

@@ -68,3 +68,3 @@

);
fs.chmodSync(poFile, 666);
fs.chmodSync(poFile, 0o666);
await execShellCommand(`msgattrib --no-wrap --no-obsolete -o ${poFile} ${poFile} || break`);

@@ -71,0 +71,0 @@ }

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