Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opentiny/vue-radio-group

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-radio-group - npm Package Compare versions

Comparing version 2.12.0 to 2.13.0

8

lib/index.js

@@ -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",

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