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

clay-radio

Package Overview
Dependencies
Maintainers
4
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clay-radio - npm Package Compare versions

Comparing version 2.0.0-rc.4 to 2.0.0-rc.5

7

lib/ClayRadio.soy.js

@@ -49,7 +49,6 @@ 'use strict';

* @return {void}
* @suppress {checkTypes}
* @suppress {checkTypes|uselessCode}
*/
var $render = function $render(opt_data, opt_ijData, opt_ijData_deprecated) {
opt_ijData = opt_ijData_deprecated || opt_ijData;
var $$temp;
opt_data = opt_data || {};

@@ -85,3 +84,3 @@ /** @type {boolean|null|undefined} */

incrementalDom.elementOpenEnd();
$input({ checked: checked, disabled: disabled, label: label, labelContent: labelContent, name: name, showLabel: ($$temp = showLabel) == null ? true : $$temp, value: value }, null, opt_ijData);
$input({ checked: checked, disabled: disabled, label: label, labelContent: labelContent, name: name, showLabel: showLabel != null ? showLabel : true, value: value }, opt_ijData);
incrementalDom.elementClose('div');

@@ -114,3 +113,3 @@ };

* @return {void}
* @suppress {checkTypes}
* @suppress {checkTypes|uselessCode}
*/

@@ -117,0 +116,0 @@ var $input = function $input(opt_data, opt_ijData, opt_ijData_deprecated) {

{
"name": "clay-radio",
"version": "2.0.0-rc.4",
"version": "2.0.0-rc.5",
"description": "Clay Radio Component",

@@ -42,3 +42,3 @@ "license": "BSD",

"browserslist-config-clay-components": "^2.0.0-rc.3",
"clay": "^2.0.0-rc.4",
"clay": "^2.0.0-rc.5",
"metal-dom": "^2.13.2",

@@ -45,0 +45,0 @@ "metal-tools-soy": "^6.0.0",

@@ -30,7 +30,6 @@ /* jshint ignore:start */

* @return {void}
* @suppress {checkTypes}
* @suppress {checkTypes|uselessCode}
*/
var $render = function(opt_data, opt_ijData, opt_ijData_deprecated) {
opt_ijData = opt_ijData_deprecated || opt_ijData;
var $$temp;
opt_data = opt_data || {};

@@ -66,3 +65,3 @@ /** @type {boolean|null|undefined} */

incrementalDom.elementOpenEnd();
$input({checked: checked, disabled: disabled, label: label, labelContent: labelContent, name: name, showLabel: ($$temp = showLabel) == null ? true : $$temp, value: value}, null, opt_ijData);
$input({checked: checked, disabled: disabled, label: label, labelContent: labelContent, name: name, showLabel: showLabel != null ? showLabel : true, value: value}, opt_ijData);
incrementalDom.elementClose('div');

@@ -96,3 +95,3 @@ };

* @return {void}
* @suppress {checkTypes}
* @suppress {checkTypes|uselessCode}
*/

@@ -99,0 +98,0 @@ var $input = function(opt_data, opt_ijData, opt_ijData_deprecated) {

Sorry, the diff of this file is not supported yet

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