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.27 to 3.0.0-alpha.28

6

es/Slider/Slider.js

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

'&$activated': {
transition: 'none',
willChange: 'transform'
transition: 'none'
},

@@ -105,4 +104,3 @@ '&$disabled': {

'&$activated': {
transition: 'none',
willChange: 'transform'
transition: 'none'
},

@@ -109,0 +107,0 @@ '&$vertical': {

@@ -18,3 +18,2 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";

borderRadius: 2,
willChange: 'opacity',
color: fade(theme.palette.action.active, 0.38),

@@ -21,0 +20,0 @@ '&$selected': {

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

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

@@ -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.27
/** @license Material-UI v3.0.0-alpha.28
*

@@ -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.27",
"version": "3.0.0-alpha.28",
"description": "Material-UI Lab - Incubator for Material-UI React components.",

@@ -31,3 +31,3 @@ "main": "./index.js",

"dependencies": {
"@babel/runtime": "7.2.0",
"@babel/runtime": "^7.2.0",
"@material-ui/utils": "^3.0.0-alpha.2",

@@ -34,0 +34,0 @@ "classnames": "^2.2.5",

@@ -97,4 +97,3 @@ "use strict";

'&$activated': {
transition: 'none',
willChange: 'transform'
transition: 'none'
},

@@ -138,4 +137,3 @@ '&$disabled': {

'&$activated': {
transition: 'none',
willChange: 'transform'
transition: 'none'
},

@@ -142,0 +140,0 @@ '&$vertical': {

@@ -48,3 +48,2 @@ "use strict";

borderRadius: 2,
willChange: 'opacity',
color: (0, _colorManipulator.fade)(theme.palette.action.active, 0.38),

@@ -51,0 +50,0 @@ '&$selected': {

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