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

vue-i18n-routing

Package Overview
Dependencies
Maintainers
1
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-i18n-routing - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

6

dist/vue-i18n-routing.iife.js

@@ -686,3 +686,3 @@ var VueI18nRouting = function(exports, VueRouter3, vueDemi, vueI18nBridge) {

var _a, _b;
if (isV4Router()) {
if (!isV4Router()) {
return router.resolve(route);

@@ -697,3 +697,3 @@ }

if (_route == null) {
return router.resolve(route);
return route;
}

@@ -1199,3 +1199,3 @@ const _resolvableRoute = assign({}, route, _route);

}
const VERSION = "1.1.3";
const VERSION = "1.1.4";
exports.DEFAULT_BASE_URL = DEFAULT_BASE_URL;

@@ -1202,0 +1202,0 @@ exports.DEFAULT_DETECTION_DIRECTION = DEFAULT_DETECTION_DIRECTION;

@@ -689,3 +689,3 @@ "use strict";

var _a, _b;
if (isV4Router()) {
if (!isV4Router()) {
return router.resolve(route);

@@ -700,3 +700,3 @@ }

if (_route == null) {
return router.resolve(route);
return route;
}

@@ -1202,3 +1202,3 @@ const _resolvableRoute = assign({}, route, _route);

}
const VERSION = "1.1.3";
const VERSION = "1.1.4";
exports.DEFAULT_BASE_URL = DEFAULT_BASE_URL;

@@ -1205,0 +1205,0 @@ exports.DEFAULT_DETECTION_DIRECTION = DEFAULT_DETECTION_DIRECTION;

{
"name": "vue-i18n-routing",
"description": "The i18n routing with using vue-i18n",
"version": "1.1.3",
"version": "1.1.4",
"scripts": {

@@ -6,0 +6,0 @@ "dev": "vite",

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