New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@intlify/vue-i18n-bridge

Package Overview
Dependencies
Maintainers
2
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intlify/vue-i18n-bridge - npm Package Compare versions

Comparing version

to
0.3.2-921cb79

2

lib/index.d.ts

@@ -198,5 +198,5 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

export * from 'vue-i18n'
export { isVueI18n8, isVueI18n9 }
export { VueI18n, isVueI18n8, isVueI18n9 }
export default VueI18n
/* eslint-enable @typescript-eslint/no-explicit-any */

@@ -7,3 +7,3 @@ import VueI18n from 'vue-i18n'

export * from 'vue-i18n-bridge'
export { isVueI18n8, isVueI18n9 }
export { VueI18n, isVueI18n8, isVueI18n9 }
export default VueI18n

@@ -198,5 +198,5 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

export * from 'vue-i18n'
export { isVueI18n8, isVueI18n9 }
export { VueI18n, isVueI18n8, isVueI18n9 }
export default VueI18n
/* eslint-enable @typescript-eslint/no-explicit-any */
{
"name": "@intlify/vue-i18n-bridge",
"version": "0.3.1",
"version": "0.3.2-921cb79",
"description": "Vue I18n bridging for Vue 2 & Vue 3",
"scripts": {
"postinstall": "node ./scripts/postinstall.js"
},
"peerDependencies": {

@@ -68,3 +65,6 @@ "@vue/composition-api": "^1.0.0-rc.1",

"access": "public"
},
"scripts": {
"postinstall": "node ./scripts/postinstall.js"
}
}
}