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

@material-ui/lab

Package Overview
Dependencies
Maintainers
5
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material-ui/lab - npm Package Compare versions

Comparing version 3.0.0-alpha.26 to 3.0.0-alpha.27

2

es/SpeedDial/SpeedDial.js

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

* refs to the Button that have an action associated to them in this SpeedDial
* [Fab, ...(SpeeDialActions > Button)]
* [Fab, ...(SpeedDialActions > Button)]
* @type {HTMLButtonElement[]}

@@ -131,0 +131,0 @@ */

@@ -9,3 +9,3 @@ /**

* @param direction {string}
* @returns value useable in aria-orientation or undefined if no ArrowKey given
* @returns value usable in aria-orientation or undefined if no ArrowKey given
*/

@@ -12,0 +12,0 @@ export function getOrientation(direction) {

@@ -1,2 +0,2 @@

/** @license Material-UI v3.0.0-alpha.26
/** @license Material-UI v3.0.0-alpha.27
*

@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the

@@ -1,2 +0,2 @@

/** @license Material-UI v3.0.0-alpha.26
/** @license Material-UI v3.0.0-alpha.27
*

@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the

@@ -5,3 +5,3 @@ {

"author": "Material-UI Team",
"version": "3.0.0-alpha.26",
"version": "3.0.0-alpha.27",
"description": "Material-UI Lab - Incubator for Material-UI React components.",

@@ -32,5 +32,6 @@ "main": "./index.js",

"@babel/runtime": "7.2.0",
"@material-ui/utils": "^3.0.0-alpha.1",
"@material-ui/utils": "^3.0.0-alpha.2",
"classnames": "^2.2.5",
"keycode": "^2.1.9"
"keycode": "^2.1.9",
"prop-types": "^15.6.0"
},

@@ -37,0 +38,0 @@ "sideEffects": false,

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

* refs to the Button that have an action associated to them in this SpeedDial
* [Fab, ...(SpeeDialActions > Button)]
* [Fab, ...(SpeedDialActions > Button)]
* @type {HTMLButtonElement[]}

@@ -330,0 +330,0 @@ */

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

* @param direction {string}
* @returns value useable in aria-orientation or undefined if no ArrowKey given
* @returns value usable in aria-orientation or undefined if no ArrowKey given
*/

@@ -20,0 +20,0 @@ function getOrientation(direction) {

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