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.2.0-alpha.1 to 2.2.0

2

dist/cjs/index.js

@@ -96,3 +96,3 @@ 'use strict';

}
if (evaluated === undefined) {
if (evaluated === undefined || evaluated === null) {
if (parent) {

@@ -99,0 +99,0 @@ // Recursively climb the parent chain to allow evaluation inside nested components, see #23 and #24.

@@ -157,3 +157,3 @@ import * as vue from 'vue';

}
declare module "@vue/runtime-core" {
declare module "vue" {
interface ComponentCustomProperties extends Pick<Language, "$gettext" | "$pgettext" | "$ngettext" | "$npgettext"> {

@@ -160,0 +160,0 @@ $gettextInterpolate: Language["interpolate"];

{
"name": "vue3-gettext",
"version": "2.2.0-alpha.1",
"version": "2.2.0",
"description": "Translate Vue 3 applications with gettext",

@@ -12,2 +12,12 @@ "homepage": "https://jshmrtn.github.io/vue3-gettext/",

},
"keywords": [
"gettext",
"vue",
"vue3",
"internationalization",
"i18n",
"translation",
"l10n",
"typescript"
],
"publishConfig": {

@@ -14,0 +24,0 @@ "registry": "https://registry.npmjs.org"

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