@intlify/vue-i18n-bridge
Advanced tools
Comparing version 0.3.4 to 0.3.5
{ | ||
"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) |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
24913
497
3