@opentiny/vue-radio-group
Advanced tools
Comparing version 2.12.0 to 2.13.0
@@ -20,6 +20,8 @@ function _extends() { | ||
var template = function template2(mode) { | ||
if ("pc" === (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 ("pc" === (tinyMode || mode)) { | ||
return PcTemplate; | ||
} | ||
if ("mobile-first" === (process.env.TINY_MODE || mode)) { | ||
if ("mobile-first" === (tinyMode || mode)) { | ||
return MobileFirstTemplate; | ||
@@ -70,3 +72,3 @@ } | ||
}); | ||
var version = "2.12.0"; | ||
var version = "2.13.0"; | ||
RadioGroup.model = { | ||
@@ -73,0 +75,0 @@ prop: "modelValue", |
{ | ||
"name": "@opentiny/vue-radio-group", | ||
"version": "2.12.0", | ||
"version": "2.13.0", | ||
"description": "", | ||
@@ -10,6 +10,6 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~2.12.0", | ||
"@opentiny/vue-renderless": "~3.12.0", | ||
"@opentiny/vue-radio": "~2.12.0", | ||
"@opentiny/vue-radio-button": "~2.12.0" | ||
"@opentiny/vue-common": "~2.13.0", | ||
"@opentiny/vue-renderless": "~3.13.0", | ||
"@opentiny/vue-radio": "~2.13.0", | ||
"@opentiny/vue-radio-button": "~2.13.0" | ||
}, | ||
@@ -16,0 +16,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
13008
378
2
+ Added@opentiny/vue-common@2.13.1(transitive)
+ Added@opentiny/vue-locale@2.13.0(transitive)
+ Added@opentiny/vue-radio@2.13.0(transitive)
+ Added@opentiny/vue-radio-button@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-common@2.12.0(transitive)
- Removed@opentiny/vue-locale@2.12.0(transitive)
- Removed@opentiny/vue-radio@2.12.0(transitive)
- Removed@opentiny/vue-radio-button@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-common@~2.13.0
Updated@opentiny/vue-radio@~2.13.0