New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eduzz/houston

Package Overview
Dependencies
Maintainers
5
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eduzz/houston - npm Package Compare versions

Comparing version 0.0.31 to 0.0.32

components/Alert/index.d.ts

2

components/Typography/index.d.ts
import * as React from 'react';
import { TypographyProps } from '@material-ui/core/Typography';
declare type TypographyPropsExtends = 'id' | 'className' | 'style' | 'onClick' | 'children' | 'color' | 'variant' | 'paragraph';
declare type TypographyPropsExtends = 'className' | 'style' | 'children' | 'color' | 'variant' | 'paragraph';
interface ITypographyProps extends Pick<TypographyProps, TypographyPropsExtends> {

@@ -5,0 +5,0 @@ }

@@ -10,4 +10,4 @@ "use strict";

var theme = context_1.useTheme();
var className = props.className, children = props.children, style = props.style, onClick = props.onClick, id = props.id, color = props.color, variant = props.variant, paragraph = props.paragraph;
var typographyProps = { className: className, style: style, onClick: onClick, color: color, variant: variant, id: id, paragraph: paragraph };
var className = props.className, children = props.children, style = props.style, color = props.color, variant = props.variant, paragraph = props.paragraph;
var typographyProps = { className: className, style: style, color: color, variant: variant, paragraph: paragraph };
return (React.createElement(styles_1.ThemeProvider, { theme: theme },

@@ -14,0 +14,0 @@ React.createElement(Typography_1.default, tslib_1.__assign({}, typographyProps, { ref: ref }), children)));

{
"name": "@eduzz/houston",
"description": "Eduzz Components UI",
"version": "0.0.31",
"version": "0.0.32",
"main": "./index.js",

@@ -32,2 +32,3 @@ "types": "./index.d.ts",

"@material-ui/core": "^4.11.0",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/styles": "^4.10.0",

@@ -34,0 +35,0 @@ "clsx": "^1.1.1",

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