@opentiny/vue-exception
Advanced tools
Comparing version 2.12.0 to 2.13.0
@@ -20,6 +20,8 @@ function _extends() { | ||
var template = function template2(mode) { | ||
if ("mobile" === (process.env.TINY_MODE || mode)) { | ||
var _process$env; | ||
var tinyMode = typeof process === "object" ? (_process$env = process.env) == null ? void 0 : _process$env.TINY_MODE : null; | ||
if ("mobile" === (tinyMode || mode)) { | ||
return MobileTemplate; | ||
} | ||
if ("mobile-first" === (process.env.TINY_MODE || mode)) { | ||
if ("mobile-first" === (tinyMode || mode)) { | ||
return MobileFirstTemplate; | ||
@@ -58,3 +60,3 @@ } | ||
}; | ||
var version = "2.12.0"; | ||
var version = "2.13.0"; | ||
Exception.install = function(Vue) { | ||
@@ -61,0 +63,0 @@ Vue.component(Exception.name, Exception); |
{ | ||
"name": "@opentiny/vue-exception", | ||
"version": "2.12.0", | ||
"version": "2.13.0", | ||
"description": "", | ||
@@ -10,5 +10,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.12.0", | ||
"@opentiny/vue-common": "~2.12.0", | ||
"@opentiny/vue-button": "~2.12.0" | ||
"@opentiny/vue-renderless": "~3.13.0", | ||
"@opentiny/vue-common": "~2.13.0", | ||
"@opentiny/vue-button": "~2.13.0" | ||
}, | ||
@@ -15,0 +15,0 @@ "license": "MIT", |
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
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
15272
446
2
+ Added@opentiny/vue-button@2.13.0(transitive)
+ Added@opentiny/vue-common@2.13.1(transitive)
+ Added@opentiny/vue-icon@2.13.0(transitive)
+ Added@opentiny/vue-locale@2.13.0(transitive)
+ Added@opentiny/vue-renderless@3.13.2(transitive)
+ Added@opentiny/vue-theme@3.13.3(transitive)
+ Added@opentiny/vue-theme-mobile@3.13.0(transitive)
- Removed@opentiny/vue-button@2.12.0(transitive)
- Removed@opentiny/vue-common@2.12.0(transitive)
- Removed@opentiny/vue-icon@2.12.0(transitive)
- Removed@opentiny/vue-locale@2.12.0(transitive)
- Removed@opentiny/vue-renderless@3.12.1(transitive)
- Removed@opentiny/vue-theme@3.12.1(transitive)
- Removed@opentiny/vue-theme-mobile@3.12.0(transitive)
Updated@opentiny/vue-button@~2.13.0
Updated@opentiny/vue-common@~2.13.0