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.0.0 to 0.1.0-7b3aa66

dist/vue-i18n-routing.d.ts

101

package.json
{
"name": "vue-i18n-routing",
"description": "The i18n routing with using vue-i18n",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"version": "0.1.0-7b3aa66",
"dependencies": {
"vue": "next",
"vue-router": "next"
"@intlify/shared": "next",
"@intlify/vue-i18n-bridge": "0.5.0",
"@intlify/vue-router-bridge": "0.5.0",
"ufo": "^0.8.5",
"vue-demi": "0.13.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.3",
"vite": "^2.6.4"
"@microsoft/api-extractor": "^7.31.1",
"api-docs-gen": "^0.4.0",
"rimraf": "^3.0.2",
"typescript": "^4.8.3",
"vite": "^3.0.0",
"vite-plugin-dts": "^0.9.6",
"vitest": "^0.23.4",
"vue": "^3.2.27",
"vue-i18n": "npm:vue-i18n@next",
"vue-i18n-bridge": "next",
"vue-i18n-legacy": "npm:vue-i18n@8",
"vue-router": "^4.1.5",
"vue-router3": "npm:vue-router@3",
"vue-template-compiler": "^2.6.14",
"vue2": "npm:vue@2"
},
"peerDependencies": {
"@vue/composition-api": "^1.4.0",
"vue": "^2.6.14 || ^3.2.0",
"vue-i18n": "^8.26.1 || ^9.2.0",
"vue-i18n-bridge": "^9.2.0",
"vue-router": "^3.5.3 || ^4.0.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
},
"vue": {
"optional": true
},
"vue-i18n": {
"optional": true
},
"vue-i18n-bridge": {
"optional": true
},
"vue-router": {
"optional": true
}
},
"keywords": [

@@ -23,10 +59,28 @@ "i18n",

],
"files": ["dist"],
"main": "./dist/vue-i18n-routing.umd.js",
"module": "./dist/vue-i18n-routing.es.js",
"files": [
"dist",
"index.mjs",
"types.d.ts",
"LICENSE",
"README.md"
],
"main": "./dist/vue-i18n-routing.js",
"module": "./dist/vue-i18n-routing.mjs",
"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.mjs"
},
"require": "./dist/vue-i18n-routing.js",
"types": "./dist/vue-i18n-routing.d.ts"
},
"./types": {
"types": "./types.d.ts"
},
"./package.json": "./package.json",
"./dist/*": "./dist/*"
},

@@ -38,3 +92,3 @@ "license": "MIT",

},
"homepage": "https://github.com/intlify/routing/tree/master/packages/vue-i18n-routing#readme",
"homepage": "https://github.com/intlify/routing/tree/main/packages/vue-i18n-routing#readme",
"repository": {

@@ -49,3 +103,3 @@ "type": "git",

"engines": {
"node": ">= 12"
"node": ">= 14.6"
},

@@ -55,3 +109,12 @@ "publishConfig": {

},
"sideEffects": false
}
"sideEffects": false,
"scripts": {
"dev": "vite",
"build": "vite build",
"typecheck": "tsc -p . --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:cover": "vitest --coverage",
"build:docs": "api-docs-gen ./temp/vue-i18n-routing.api.json -c ./docsgen.config.js -o ./ -g noprefix"
}
}

@@ -7,4 +7,8 @@ # vue-i18n-routing

## 🤝 API
About details, See the [API References]('./api.md)
## ©️ License
[MIT](http://opensource.org/licenses/MIT)
dist/vue-i18n-routing.es.js

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