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

@eaze/typography

Package Overview
Dependencies
Maintainers
24
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eaze/typography - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

package.json
{
"name": "@eaze/typography",
"version": "0.2.3",
"version": "0.2.4",
"description": "Styled text components",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -14,3 +14,2 @@ import React, { PureComponent } from 'react'

export default class LabelComponent extends PureComponent {
static defaultProps = {

@@ -27,3 +26,3 @@ className: '',

render () {
const { content, children, className, ...otherProps} = this.props
const { content, children, className, ...otherProps } = this.props

@@ -30,0 +29,0 @@ return (

@@ -14,3 +14,2 @@ import React, { PureComponent } from 'react'

export default class SectionTitleComponent extends PureComponent {
static defaultProps = {

@@ -25,3 +24,3 @@ componentStyle: {},

className: PropTypes.string,
color: PropTypes.string,
color: PropTypes.string
}

@@ -28,0 +27,0 @@

@@ -13,3 +13,2 @@ import React, { PureComponent } from 'react'

export default class SubtextComponent extends PureComponent {
static defaultProps = {

@@ -16,0 +15,0 @@ componentStyle: {},

@@ -13,3 +13,2 @@ import React, { PureComponent } from 'react'

export default class TextComponent extends PureComponent {
static defaultProps = {

@@ -16,0 +15,0 @@ componentStyle: {},

@@ -15,3 +15,2 @@ import React, { PureComponent } from 'react'

export default class TitleComponent extends PureComponent {
static defaultProps = {

@@ -18,0 +17,0 @@ componentStyle: {},

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