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

clay-dropdown

Package Overview
Dependencies
Maintainers
6
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clay-dropdown - npm Package Compare versions

Comparing version 2.1.12 to 2.2.0

25

package.json
{
"name": "clay-dropdown",
"version": "2.1.12",
"version": "2.2.0",
"description": "Clay Dropdown Component",

@@ -31,9 +31,9 @@ "license": "BSD",

"dependencies": {
"clay-button": "^2.1.12",
"clay-checkbox": "^2.1.12",
"clay-component": "^2.1.12",
"clay-icon": "^2.1.12",
"clay-link": "^2.1.12",
"clay-portal": "^2.1.12",
"clay-radio": "^2.1.12",
"clay-button": "^2.2.0",
"clay-checkbox": "^2.2.0",
"clay-component": "^2.2.0",
"clay-icon": "^2.2.0",
"clay-link": "^2.2.0",
"clay-portal": "^2.2.0",
"clay-radio": "^2.2.0",
"metal": "^2.16.0",

@@ -54,11 +54,12 @@ "metal-component": "^2.16.0",

"babel-preset-env": "^1.6.0",
"browserslist-config-clay-components": "^2.1.12",
"clay-css": "^2.1.12",
"browserslist-config-clay": "^2.2.0",
"clay-css": "^2.2.0",
"metal-dom": "^2.13.2",
"metal-tools-soy": "^6.0.0",
"webpack": "^3.0.0"
"webpack": "^3.0.0",
"webpack-config-clay": "^2.2.0"
},
"browserslist": [
"extends browserslist-config-clay-components"
"extends browserslist-config-clay"
]
}

@@ -6,2 +6,6 @@ import ClayDropdownBase from '../ClayDropdownBase';

describe('ClayDropdownBase', function() {
beforeEach(() => {
jest.useFakeTimers();
});
afterEach(() => {

@@ -594,3 +598,2 @@ if (clayDropdownBase) {

it('should open dropdown', () => {
jest.useFakeTimers();
clayDropdownBase = new ClayDropdownBase({

@@ -617,3 +620,2 @@ items: [

it('should close dropdown', () => {
jest.useFakeTimers();
clayDropdownBase = new ClayDropdownBase({

@@ -639,3 +641,2 @@ expanded: true,

it('should close dropdown on document click', () => {
jest.useFakeTimers();
clayDropdownBase = new ClayDropdownBase({

@@ -642,0 +643,0 @@ items: [

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