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

vuex-i18n

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuex-i18n - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

8

dist/vuex-i18n.cjs.js

@@ -36,5 +36,7 @@ 'use strict';

// make sure to notify vue of changes (this might break with new vue versions)
if (state.translations.__ob__) {
state.translations.__ob__.dep.notify();
}
try {
if (state.translations.__ob__) {
state.translations.__ob__.dep.notify();
}
} catch (ex) {}
},

@@ -41,0 +43,0 @@

@@ -34,5 +34,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) {

// make sure to notify vue of changes (this might break with new vue versions)
if (state.translations.__ob__) {
state.translations.__ob__.dep.notify();
}
try {
if (state.translations.__ob__) {
state.translations.__ob__.dep.notify();
}
} catch (ex) {}
},

@@ -39,0 +41,0 @@

@@ -40,5 +40,7 @@ (function (global, factory) {

// make sure to notify vue of changes (this might break with new vue versions)
if (state.translations.__ob__) {
state.translations.__ob__.dep.notify();
}
try {
if (state.translations.__ob__) {
state.translations.__ob__.dep.notify();
}
} catch (ex) {}
},

@@ -45,0 +47,0 @@

{
"name": "vuex-i18n",
"version": "1.4.2",
"version": "1.4.3",
"description": "Easy localization for vue-components using vuex as data store",

@@ -5,0 +5,0 @@ "directories": {

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