Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue3-gettext

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-gettext - npm Package Compare versions

Comparing version 2.3.3 to 2.3.4

3

dist/bin/gettext_extract.js

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

var treeAdapter = require('parse5-htmlparser2-tree-adapter');
var typescript = require('typescript');
var child_process = require('child_process');

@@ -121,3 +122,3 @@

jsParser.parseString(source, fileName, {
scriptKind: 1,
scriptKind: typescript.ScriptKind.Deferred,
lineNumberStart: (element.sourceCodeLocation && element.sourceCodeLocation.startLine) || 0,

@@ -124,0 +125,0 @@ });

{
"name": "vue3-gettext",
"version": "2.3.3",
"version": "2.3.4",
"description": "Translate Vue 3 applications with gettext",

@@ -5,0 +5,0 @@ "homepage": "https://jshmrtn.github.io/vue3-gettext/",

@@ -0,0 +0,0 @@ <p align="center">

Sorry, the diff of this file is not supported yet

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