Socket
Socket
Sign inDemoInstall

@atlaskit/select

Package Overview
Dependencies
Maintainers
1
Versions
299
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/select - npm Package Compare versions

Comparing version 6.1.14 to 6.1.15

5

CHANGELOG.md
# @atlaskit/select
## 6.1.15
- [patch] [6195ac3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6195ac3):
- remove animated functionality to temporarily resolve blocking issue with portal
## 6.1.14

@@ -4,0 +9,0 @@ - [patch] [a048a85](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a048a85):

2

dist/cjs/createSelect.js

@@ -215,3 +215,3 @@ "use strict";

(0, _defineProperty2.default)((0, _assertThisInitialized2.default)((0, _assertThisInitialized2.default)(_this)), "cacheComponents", function (components) {
_this.components = (0, _reactSelect.makeAnimated)((0, _objectSpread2.default)({}, defaultComponents, components));
_this.components = (0, _objectSpread2.default)({}, defaultComponents, components);
});

@@ -218,0 +218,0 @@ (0, _defineProperty2.default)((0, _assertThisInitialized2.default)((0, _assertThisInitialized2.default)(_this)), "onSelectRef", function (ref) {

@@ -12,3 +12,3 @@ import _extends from "@babel/runtime/helpers/extends";

import React, { Component } from 'react';
import { mergeStyles, makeAnimated } from 'react-select';
import { mergeStyles } from 'react-select';
import memoizeOne from 'memoize-one';

@@ -195,3 +195,3 @@ import isEqual from 'react-fast-compare';

_defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), "cacheComponents", function (components) {
_this.components = makeAnimated(_objectSpread({}, defaultComponents, components));
_this.components = _objectSpread({}, defaultComponents, components);
});

@@ -198,0 +198,0 @@

{
"name": "@atlaskit/select",
"version": "6.1.14",
"version": "6.1.15",
"sideEffects": false
}
{
"name": "@atlaskit/select",
"version": "6.1.14",
"version": "6.1.15",
"description": "React component which allows selection of item(s) from a dropdown list.",

@@ -61,2 +61,2 @@ "license": "Apache-2.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