Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.3.4 to 0.3.5

2

package.json
{
"name": "@intlify/vue-i18n-bridge",
"version": "0.3.4",
"version": "0.3.5",
"description": "Vue I18n bridging for Vue 2 & Vue 3",

@@ -5,0 +5,0 @@ "scripts": {

const fs = require('fs') // eslint-disable-line @typescript-eslint/no-var-requires
const path = require('path') // eslint-disable-line @typescript-eslint/no-var-requires
const DEBUG = process.env.DEBUG
const dir = path.resolve(__dirname, '..', 'lib')

@@ -10,2 +12,3 @@

} catch (e) {
DEBUG && error(e)
return undefined

@@ -15,2 +18,6 @@ }

function error(...args) {
console.error(`[vue-i18n-bridge] `, ...args)
}
function warn(...args) {

@@ -17,0 +24,0 @@ console.warn(`[vue-i18n-bridge] `, ...args)

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