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.6 to 5.0.0-alpha.11

2

esm/index.js

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

/** @license Material-UI v5.0.0-alpha.6
/** @license Material-UI v5.0.0-alpha.11
*

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

@@ -32,4 +32,4 @@ import * as React from 'react';

type DefaultBreakPoints = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
/**
*
* @returns An enhanced stylefunction that considers breakpoints

@@ -171,2 +171,12 @@ */

export type SpacingProps = PropsFor<typeof spacing>;
export function createUnarySpacing<Spacing>(theme: {
spacing: Spacing;
}): Spacing extends number
? (abs: number) => number
: Spacing extends any[]
? <Index extends number>(abs: Index) => Spacing[Index]
: Spacing extends (...args: unknown[]) => unknown
? Spacing
: // warns in Dev
() => undefined;

@@ -173,0 +183,0 @@ // style.js

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

/** @license Material-UI v5.0.0-alpha.6
/** @license Material-UI v5.0.0-alpha.11
*

@@ -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.6",
"version": "5.0.0-alpha.11",
"private": false,

@@ -11,3 +11,2 @@ "author": "Material-UI Team",

"react-component",
"material design",
"material-ui",

@@ -42,3 +41,3 @@ "system"

"@babel/runtime": "^7.4.4",
"@material-ui/utils": "^5.0.0-alpha.1",
"@material-ui/utils": "^5.0.0-alpha.8",
"prop-types": "^15.7.2"

@@ -45,0 +44,0 @@ },

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