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.30 to 0.0.31

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' | 'color' | 'variant' | 'paragraph';
declare type TypographyPropsExtends = 'id' | 'className' | 'style' | 'onClick' | 'children' | 'color' | 'variant' | 'paragraph';
interface ITypographyProps extends Pick<TypographyProps, TypographyPropsExtends> {

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

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

@@ -6,0 +6,0 @@ "types": "./index.d.ts",

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