Socket
Socket
Sign inDemoInstall

@hig/dropdown

Package Overview
Dependencies
Maintainers
6
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/dropdown - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

6

build/index.es.js

@@ -553,3 +553,7 @@ import React, { Component } from 'react';

var menuProps = getMenuProps({ isOpen: isOpen });
var menuProps = getMenuProps({
isOpen: isOpen
}, {
suppressRefError: true
});
var _props4 = this.props,

@@ -556,0 +560,0 @@ multiple = _props4.multiple,

@@ -561,3 +561,7 @@ 'use strict';

var menuProps = getMenuProps({ isOpen: isOpen });
var menuProps = getMenuProps({
isOpen: isOpen
}, {
suppressRefError: true
});
var _props4 = this.props,

@@ -564,0 +568,0 @@ multiple = _props4.multiple,

@@ -0,1 +1,9 @@

<a name="@hig/dropdown-v0.2.1"></a>
# [@hig/dropdown-v0.2.1](https://github.com/Autodesk/hig/compare/@hig/dropdown@0.2.0...@hig/dropdown@0.2.1) (2018-07-31)
### Bug Fixes
* Suppress ref check error to account for new ref validation in Downshift 2.0.20 ([12cfc18](https://github.com/Autodesk/hig/commit/12cfc18))
<a name="@hig/dropdown-v0.2.0"></a>

@@ -2,0 +10,0 @@ # [@hig/dropdown-v0.2.0](https://github.com/Autodesk/hig/compare/@hig/dropdown@0.1.1...@hig/dropdown@0.2.0) (2018-07-26)

2

package.json
{
"name": "@hig/dropdown",
"version": "0.2.0",
"version": "0.2.1",
"description": "HIG Dropdown",

@@ -5,0 +5,0 @@ "author": "Autodesk Inc.",

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