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 0.13.3-3ba7b66 to 0.13.3-671d2f6

2

./dist/vue-i18n-routing.js

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

if (isFunction(orgComposerExtend)) {
orgComposerDispose = Reflect.apply(orgComposerExtend, pluginOptions, [globalComposer2]);
orgComposerDispose = Reflect.apply(orgComposerExtend, pluginOptions, [localComposer]);
}

@@ -351,0 +351,0 @@ return () => {

@@ -8,6 +8,7 @@ import type { InjectionKey, Ref } from 'vue-demi';

};
export declare function mount<V>(Comp: V, plugins?: any[]): VM<V>;
export declare function useSetup<V>(setup: () => V, plugins?: any[]): VM<import("vue-demi").DefineComponent<{}, V, {}, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, {}, string, import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{}>>, {}, {}>>;
type Plugins = [...any];
export declare function mount<V>(Comp: V, plugins?: Plugins[]): VM<V>;
export declare function useSetup<V>(setup: () => V, plugins?: Plugins[]): VM<import("vue-demi").DefineComponent<{}, V, {}, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, {}, string, import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{}>>, {}, {}>>;
export declare const Key: InjectionKey<Ref<number>>;
export declare function useInjectedSetup<V>(setup: () => V, plugins?: any[]): VM<import("vue-demi").DefineComponent<{}, void, {}, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, {}, string, import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{}>>, {}, {}>>;
export {};

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

if (isFunction(orgComposerExtend)) {
orgComposerDispose = Reflect.apply(orgComposerExtend, pluginOptions, [globalComposer2]);
orgComposerDispose = Reflect.apply(orgComposerExtend, pluginOptions, [localComposer]);
}

@@ -348,0 +348,0 @@ return () => {

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

if (isFunction(orgComposerExtend)) {
orgComposerDispose = Reflect.apply(orgComposerExtend, pluginOptions, [globalComposer2]);
orgComposerDispose = Reflect.apply(orgComposerExtend, pluginOptions, [localComposer]);
}

@@ -351,0 +351,0 @@ return () => {

{
"name": "vue-i18n-routing",
"description": "The i18n routing with using vue-i18n",
"version": "0.13.3-3ba7b66",
"version": "0.13.3-671d2f6",
"dependencies": {

@@ -6,0 +6,0 @@ "@intlify/shared": "next",

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