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

@material-ui/unstyled

Package Overview
Dependencies
Maintainers
6
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material-ui/unstyled - npm Package Compare versions

Comparing version 5.0.0-alpha.24 to 5.0.0-alpha.25

1

BadgeUnstyled/index.d.ts
export { default } from './BadgeUnstyled';
export * from './BadgeUnstyled';
export { default as badgeUnstyledClasses } from './badgeUnstyledClasses';
export * from './badgeUnstyledClasses';

2

index.js

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

/** @license Material-UI v5.0.0-alpha.24
/** @license Material-UI v5.0.0-alpha.25
*

@@ -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.24
/** @license Material-UI v5.0.0-alpha.25
*

@@ -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.24
/** @license Material-UI v5.0.0-alpha.25
*

@@ -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.24
/** @license Material-UI v5.0.0-alpha.25
*

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

import * as React from 'react';
import { Omit } from '@material-ui/types';
import { DistributiveOmit } from '@material-ui/types';

@@ -31,3 +31,3 @@ /**

& BaseProps<M>
& Omit<React.ComponentPropsWithRef<C>, keyof BaseProps<M>>
& DistributiveOmit<React.ComponentPropsWithRef<C>, keyof BaseProps<M>>
);

@@ -41,3 +41,3 @@

& BaseProps<M>
& Omit<React.ComponentPropsWithRef<M['defaultComponent']>, keyof BaseProps<M>>;
& DistributiveOmit<React.ComponentPropsWithRef<M['defaultComponent']>, keyof BaseProps<M>>;

@@ -44,0 +44,0 @@ /**

{
"name": "@material-ui/unstyled",
"version": "5.0.0-alpha.24",
"version": "5.0.0-alpha.25",
"private": false,

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

"@babel/runtime": "^7.4.4",
"@material-ui/utils": "5.0.0-alpha.24",
"@material-ui/utils": "5.0.0-alpha.25",
"clsx": "^1.0.4",

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

export { default } from './SliderUnstyled';
export * from './SliderUnstyled';
export { default as SliderValueLabelUnstyled } from './SliderValueLabelUnstyled';
export * from './SliderValueLabelUnstyled';
export { default as sliderUnstyledClasses } from './sliderUnstyledClasses';
export * from './sliderUnstyledClasses';

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