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

clay-portal

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clay-portal - npm Package Compare versions

Comparing version 2.0.0-rc.9 to 2.0.0-rc.10

7

lib/ClayPortal.js

@@ -32,2 +32,3 @@ 'use strict';

* Metal ClayPortal component.
* @extends Component
*/

@@ -55,7 +56,7 @@ var ClayPortal = function (_Component) {

/**
* CSS classes to be applied to the element.
* @default undefined
* @instance
* @memberof ClayPortal
* @type {!html|string}
* @default undefined
* @type {!(html|string)}
* CSS classes to be applied to the element.
*/

@@ -62,0 +63,0 @@ content: _metalState.Config.required()

{
"name": "clay-portal",
"version": "2.0.0-rc.9",
"version": "2.0.0-rc.10",
"description": "Metal ClayPortal component",

@@ -41,4 +41,4 @@ "license": "BSD",

"babel-preset-env": "^1.6.0",
"browserslist-config-clay-components": "^2.0.0-rc.9",
"clay": "^2.0.0-rc.9",
"browserslist-config-clay-components": "^2.0.0-rc.10",
"clay": "^2.0.0-rc.10",
"metal-dom": "^2.13.2",

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

@@ -9,2 +9,3 @@ import Component from 'metal-component';

* Metal ClayPortal component.
* @extends Component
*/

@@ -20,7 +21,7 @@ class ClayPortal extends Component {}

/**
* CSS classes to be applied to the element.
* @default undefined
* @instance
* @memberof ClayPortal
* @type {!html|string}
* @default undefined
* @type {!(html|string)}
* CSS classes to be applied to the element.
*/

@@ -27,0 +28,0 @@ content: Config.required(),

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