Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@material-ui/system

Package Overview
Dependencies
Maintainers
6
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material-ui/system - npm Package Compare versions

Comparing version 5.0.0-alpha.22 to 5.0.0-alpha.23

6

index.d.ts

@@ -35,3 +35,3 @@ import * as React from 'react';

export function handleBreakpoints<Props, Breakpoints extends string = DefaultBreakPoints>(
export function handleBreakpoints<Props>(
props: Props,

@@ -230,3 +230,3 @@ propValue: any,

// style.js
export interface StyleOptions<PropKey, Theme extends object> {
export interface StyleOptions<PropKey> {
cssProperty?: PropKey | keyof React.CSSProperties | false;

@@ -241,3 +241,3 @@ prop: PropKey;

export function style<PropKey extends string, Theme extends object>(
options: StyleOptions<PropKey, Theme>
options: StyleOptions<PropKey>
): StyleFunction<{ [K in PropKey]?: unknown } & { theme: Theme }>;

@@ -244,0 +244,0 @@

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

/** @license Material-UI v5.0.0-alpha.22
/** @license Material-UI v5.0.0-alpha.23
*

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

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

/** @license Material-UI v5.0.0-alpha.22
/** @license Material-UI v5.0.0-alpha.23
*

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

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

/** @license Material-UI v5.0.0-alpha.22
/** @license Material-UI v5.0.0-alpha.23
*

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

{
"name": "@material-ui/system",
"version": "5.0.0-alpha.22",
"version": "5.0.0-alpha.23",
"private": false,

@@ -40,3 +40,3 @@ "author": "Material-UI Team",

"@babel/runtime": "^7.4.4",
"@material-ui/utils": "5.0.0-alpha.22",
"@material-ui/utils": "5.0.0-alpha.23",
"csstype": "^3.0.2",

@@ -43,0 +43,0 @@ "prop-types": "^15.7.2"

Sorry, the diff of this file is too big to display

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