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

clay-card

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clay-card - npm Package Compare versions

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

3

lib/ClayUserCard.soy.js

@@ -232,2 +232,4 @@ 'use strict';

/** @type {!goog.soy.data.SanitizedContent|null|string|undefined} */
var stickerShape = soy.asserts.assertType(opt_data.stickerShape == null || goog.isString(opt_data.stickerShape) || opt_data.stickerShape instanceof goog.soy.data.SanitizedContent, 'stickerShape', opt_data.stickerShape, '!goog.soy.data.SanitizedContent|null|string|undefined');
/** @type {!goog.soy.data.SanitizedContent|null|string|undefined} */
var stickerStyle = soy.asserts.assertType(opt_data.stickerStyle == null || goog.isString(opt_data.stickerStyle) || opt_data.stickerStyle instanceof goog.soy.data.SanitizedContent, 'stickerStyle', opt_data.stickerStyle, '!goog.soy.data.SanitizedContent|null|string|undefined');

@@ -248,2 +250,3 @@ incrementalDom.elementOpenStart('div');

* stickerLabel: (!goog.soy.data.SanitizedContent|null|string|undefined),
* stickerShape: (!goog.soy.data.SanitizedContent|null|string|undefined),
* stickerStyle: (!goog.soy.data.SanitizedContent|null|string|undefined),

@@ -250,0 +253,0 @@ * }}

16

package.json
{
"name": "clay-card",
"version": "2.0.0-rc.3",
"version": "2.0.0-rc.4",
"description": "Metal ClayCard component",

@@ -30,8 +30,8 @@ "license": "BSD",

"dependencies": {
"clay-checkbox": "^2.0.0-rc.3",
"clay-dropdown": "^2.0.0-rc.3",
"clay-icon": "^2.0.0-rc.3",
"clay-label": "^2.0.0-rc.3",
"clay-link": "^2.0.0-rc.3",
"clay-sticker": "^2.0.0-rc.3",
"clay-checkbox": "^2.0.0-rc.4",
"clay-dropdown": "^2.0.0-rc.4",
"clay-icon": "^2.0.0-rc.4",
"clay-label": "^2.0.0-rc.4",
"clay-link": "^2.0.0-rc.4",
"clay-sticker": "^2.0.0-rc.4",
"metal": "^2.16.0",

@@ -50,3 +50,3 @@ "metal-component": "^2.16.0",

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

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

@@ -215,2 +215,4 @@ /* jshint ignore:start */

/** @type {!goog.soy.data.SanitizedContent|null|string|undefined} */
var stickerShape = soy.asserts.assertType(opt_data.stickerShape == null || (goog.isString(opt_data.stickerShape) || opt_data.stickerShape instanceof goog.soy.data.SanitizedContent), 'stickerShape', opt_data.stickerShape, '!goog.soy.data.SanitizedContent|null|string|undefined');
/** @type {!goog.soy.data.SanitizedContent|null|string|undefined} */
var stickerStyle = soy.asserts.assertType(opt_data.stickerStyle == null || (goog.isString(opt_data.stickerStyle) || opt_data.stickerStyle instanceof goog.soy.data.SanitizedContent), 'stickerStyle', opt_data.stickerStyle, '!goog.soy.data.SanitizedContent|null|string|undefined');

@@ -231,2 +233,3 @@ incrementalDom.elementOpenStart('div');

* stickerLabel: (!goog.soy.data.SanitizedContent|null|string|undefined),
* stickerShape: (!goog.soy.data.SanitizedContent|null|string|undefined),
* stickerStyle: (!goog.soy.data.SanitizedContent|null|string|undefined),

@@ -233,0 +236,0 @@ * }}

Sorry, the diff of this file is not supported yet

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