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

clay-label

Package Overview
Dependencies
Maintainers
6
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clay-label - npm Package Compare versions

Comparing version 2.6.0 to 2.7.0

5

lib/ClayLabel.js

@@ -64,5 +64,2 @@ 'use strict';

return !this.emit({
data: {
label: this.label
},
name: 'close',

@@ -86,3 +83,3 @@ originalEvent: event

/**
* True or false to activate the close button.
* Flag to indicate if the label is closeable.
* @default false

@@ -89,0 +86,0 @@ * @instance

18

package.json
{
"name": "clay-label",
"version": "2.6.0",
"version": "2.7.0",
"description": "Metal Clay Label component",
"license": "BSD",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay/tree/master/packages/clay-label",

@@ -31,5 +31,5 @@ "engines": {

"dependencies": {
"clay-button": "^2.6.0",
"clay-component": "^2.6.0",
"clay-link": "^2.6.0",
"clay-button": "^2.7.0",
"clay-component": "^2.7.0",
"clay-link": "^2.7.0",
"metal": "^2.16.0",

@@ -46,8 +46,8 @@ "metal-soy": "^2.16.0",

"babel-preset-env": "^1.6.0",
"browserslist-config-clay": "^2.6.0",
"clay-css": "^2.6.0",
"browserslist-config-clay": "^2.7.0",
"clay-css": "^2.7.0",
"metal-dom": "^2.13.2",
"metal-tools-soy": "^6.0.0",
"webpack": "^3.0.0",
"webpack-config-clay": "^2.6.0"
"webpack-config-clay": "^2.7.0"
},

@@ -57,3 +57,3 @@ "browserslist": [

],
"gitHead": "8f75a89917eb3dbf9ad848975cea9e5606f4d917"
"gitHead": "860f3be9e01cbab321bd7f2ff2abfdc931383b61"
}

@@ -141,5 +141,2 @@ 'use strict';

expect.objectContaining({
data: {
label: expect.any(String),
},
name: 'close',

@@ -146,0 +143,0 @@ originalEvent: expect.any(Object),

@@ -23,5 +23,2 @@ import 'clay-button';

return !this.emit({
data: {
label: this.label,
},
name: 'close',

@@ -40,3 +37,3 @@ originalEvent: event,

/**
* True or false to activate the close button.
* Flag to indicate if the label is closeable.
* @default false

@@ -43,0 +40,0 @@ * @instance

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