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

@react-md/typography

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-md/typography - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

## [4.0.1](https://github.com/mlaursen/react-md/compare/v4.0.0...v4.0.1) (2021-11-27)
### Other Internal Changes
* Updated imports to use `import type` when possible ([ba96bb6](https://github.com/mlaursen/react-md/commit/ba96bb62eeddcc0879f6d584aa670850203561e6))
# [4.0.0](https://github.com/mlaursen/react-md/compare/v3.1.1...v4.0.0) (2021-11-24)

@@ -8,0 +20,0 @@

2

lib/TextContainer.d.ts
import { ElementType, HTMLAttributes, ReactElement, ReactNode } from "react";
import { ClassNameCloneableChild } from "@react-md/utils";
import type { ClassNameCloneableChild } from "@react-md/utils";
/**

@@ -4,0 +4,0 @@ * A union of the available text container sizes. One of these values must be

{
"name": "@react-md/typography",
"version": "4.0.0",
"version": "4.0.1",
"description": "The base package for including typography for react-md.",

@@ -31,4 +31,4 @@ "main": "./lib/index.js",

"dependencies": {
"@react-md/theme": "^4.0.0",
"@react-md/utils": "^4.0.0",
"@react-md/theme": "^4.0.1",
"@react-md/utils": "^4.0.1",
"classnames": "^2.3.1"

@@ -46,3 +46,3 @@ },

},
"gitHead": "a9f2d64a777698fa65bb3196f6063cdd8321f5cb"
"gitHead": "0df0f24d688ea7c867b7ef656ee9887f00215705"
}
import { ElementType, HTMLAttributes, ReactElement, ReactNode } from "react";
import { ClassNameCloneableChild } from "@react-md/utils";
import type { ClassNameCloneableChild } from "@react-md/utils";
/**

@@ -4,0 +4,0 @@ * A union of the available text container sizes. One of these values must be

Sorry, the diff of this file is not supported yet

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