vue-i18n-routing
Advanced tools
Comparing version 0.0.0-e11df26 to 0.0.0-f76bb0e
@@ -1,5 +0,5 @@ | ||
const VueI18nRouting = { | ||
routes: [] | ||
const VueI18nRoutingPlugin = function(VueOrApp, options = {}) { | ||
console.log("install vue-i18n-rouging!"); | ||
}; | ||
console.log("this is vue-i18n-rouging!"); | ||
export { VueI18nRouting }; | ||
const VERSION = "0.0.0"; | ||
export { VERSION, VueI18nRoutingPlugin }; |
{ | ||
"name": "vue-i18n-routing", | ||
"description": "The i18n routing with using vue-i18n", | ||
"version": "0.0.0-e11df26", | ||
"version": "0.0.0-f76bb0e", | ||
"dependencies": { | ||
"vue": "next", | ||
"vue-router": "next" | ||
"vue-demi": "*" | ||
}, | ||
"devDependencies": { | ||
"@vitejs/plugin-vue": "^1.9.3", | ||
"vite": "^2.6.4" | ||
"vite": "^2.6.4", | ||
"vite-plugin-dts": "^0.9.6", | ||
"vue": "^3.2.23", | ||
"vue-router": "^4.0.12", | ||
"vue2": "npm:vue@2", | ||
"vue-router3": "npm:vue-router@latest", | ||
"rimraf": "^3.0.2", | ||
"@microsoft/api-extractor": "^7.18.20" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^2.6.14 || ^3.2.0", | ||
"vue-router": "^3.5.3 || ^4.0.0" | ||
}, | ||
"keywords": [ | ||
@@ -20,10 +29,19 @@ "i18n", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"index.mjs", | ||
"LICENSE", | ||
"README.md" | ||
], | ||
"main": "./dist/vue-i18n-routing.umd.js", | ||
"main": "./dist/vue-i18n-routing.cjs.js", | ||
"module": "./dist/vue-i18n-routing.es.js", | ||
"unpkg": "dist/vue-i18n-routing.iife.js", | ||
"jsdelivr": "dist/vue-i18n-routing.iife.js", | ||
"types": "dist/vue-i18n-routing.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/vue-i18n-routing.es.js", | ||
"require": "./dist/vue-i18n-routing.umd.js" | ||
"import": { | ||
"node": "./index.mjs", | ||
"default": "./dist/vue-i18n-routing.es.js" | ||
}, | ||
"require": "./dist/vue-i18n-routing.cjs.js" | ||
} | ||
@@ -30,0 +48,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
3967
8
20
0
3
8
1
+ Addedvue-demi@*
+ Addedvue-demi@0.14.10(transitive)
+ Addedvue-router@4.5.0(transitive)
- Removedvue@next
- Removedvue-router@next
- Removedvue-router@4.0.13(transitive)