New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1 to 5.0.0-alpha.6

2

esm/index.js

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

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

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

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

import * as CSS from 'csstype';
import * as React from 'react';
// disable automatic export

@@ -173,3 +173,3 @@ export {};

export interface StyleOptions<PropKey, Theme extends object> {
cssProperty?: PropKey | keyof CSS.Properties | false;
cssProperty?: PropKey | keyof React.CSSProperties | false;
prop: PropKey;

@@ -205,5 +205,5 @@ /**

export const visuallyHidden: CSS.Properties;
export const visuallyHidden: React.CSSProperties;
// utils
type Omit<T, K> = Pick<T, Exclude<keyof T, K>>;

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

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

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

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

"@material-ui/utils": "^5.0.0-alpha.1",
"csstype": "^2.5.2",
"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