New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@instructure/ui-simple-select

Package Overview
Dependencies
Maintainers
31
Versions
1138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-simple-select - npm Package Compare versions

Comparing version 6.26.1-rc.20 to 6.26.1-rc.21

9

es/SimpleSelect/index.js

@@ -7,3 +7,3 @@ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";

var _dec, _dec2, _class, _class2, _temp;
var _dec, _class, _class2, _temp;

@@ -39,3 +39,3 @@ /*

import { testable } from '@instructure/ui-testable';
import { matchComponentTypes, passthroughProps, callRenderProp, getInteraction, experimental } from '@instructure/ui-react-utils';
import { matchComponentTypes, passthroughProps, callRenderProp, getInteraction } from '@instructure/ui-react-utils';
import { uid } from '@instructure/uid';

@@ -49,7 +49,6 @@ import { Select } from '@instructure/ui-select';

tags: form, field, dropdown
experimental: true
---
**/
var SimpleSelect = (_dec = experimental(), _dec2 = testable(), _dec(_class = _dec2(_class = (_temp = _class2 = /*#__PURE__*/function (_Component) {
var SimpleSelect = (_dec = testable(), _dec(_class = (_temp = _class2 = /*#__PURE__*/function (_Component) {
_inherits(SimpleSelect, _Component);

@@ -614,4 +613,4 @@

children: null
}, _temp)) || _class) || _class);
}, _temp)) || _class);
export { SimpleSelect };
export default SimpleSelect;
{
"name": "@instructure/ui-simple-select",
"version": "6.26.1-rc.20+c7632c4ca",
"version": "6.26.1-rc.21+92bf75350",
"description": "A component for standard select element behavior.",

@@ -27,18 +27,18 @@ "author": "Instructure, Inc. Engineering and Product Design",

"@babel/runtime": "^7.9.2",
"@instructure/console": "6.26.1-rc.20+c7632c4ca",
"@instructure/ui-form-field": "6.26.1-rc.20+c7632c4ca",
"@instructure/ui-position": "6.26.1-rc.20+c7632c4ca",
"@instructure/ui-prop-types": "6.26.1-rc.20+c7632c4ca",
"@instructure/ui-react-utils": "6.26.1-rc.20+c7632c4ca",
"@instructure/ui-select": "6.26.1-rc.20+c7632c4ca",
"@instructure/ui-testable": "6.26.1-rc.20+c7632c4ca",
"@instructure/ui-themeable": "6.26.1-rc.20+c7632c4ca",
"@instructure/uid": "6.26.1-rc.20+c7632c4ca",
"@instructure/console": "6.26.1-rc.21+92bf75350",
"@instructure/ui-form-field": "6.26.1-rc.21+92bf75350",
"@instructure/ui-position": "6.26.1-rc.21+92bf75350",
"@instructure/ui-prop-types": "6.26.1-rc.21+92bf75350",
"@instructure/ui-react-utils": "6.26.1-rc.21+92bf75350",
"@instructure/ui-select": "6.26.1-rc.21+92bf75350",
"@instructure/ui-testable": "6.26.1-rc.21+92bf75350",
"@instructure/ui-themeable": "6.26.1-rc.21+92bf75350",
"@instructure/uid": "6.26.1-rc.21+92bf75350",
"prop-types": "^15"
},
"devDependencies": {
"@instructure/ui-babel-preset": "6.26.1-rc.20+c7632c4ca",
"@instructure/ui-color-utils": "6.26.1-rc.20+c7632c4ca",
"@instructure/ui-test-locator": "6.26.1-rc.20+c7632c4ca",
"@instructure/ui-test-utils": "6.26.1-rc.20+c7632c4ca"
"@instructure/ui-babel-preset": "6.26.1-rc.21+92bf75350",
"@instructure/ui-color-utils": "6.26.1-rc.21+92bf75350",
"@instructure/ui-test-locator": "6.26.1-rc.21+92bf75350",
"@instructure/ui-test-utils": "6.26.1-rc.21+92bf75350"
},

@@ -52,3 +52,3 @@ "peerDependencies": {

"sideEffects": false,
"gitHead": "c7632c4cabf701913d51883b6202eca6afe1fe31"
"gitHead": "92bf753504f4e3b914cc0e4a9ae59854a6cb3a87"
}
---
category: packages
experimental: true
---

@@ -5,0 +4,0 @@

@@ -39,4 +39,3 @@ /*

callRenderProp,
getInteraction,
experimental
getInteraction
} from '@instructure/ui-react-utils'

@@ -53,6 +52,4 @@ import { uid } from '@instructure/uid'

tags: form, field, dropdown
experimental: true
---
**/
@experimental()
@testable()

@@ -59,0 +56,0 @@ class SimpleSelect extends Component {

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