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

@tailwindcss/typography

Package Overview
Dependencies
Maintainers
5
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tailwindcss/typography - npm Package Compare versions

Comparing version 0.0.0-insiders.4da62c8 to 0.0.0-insiders.4feef9a

4

CHANGELOG.md

@@ -10,4 +10,6 @@ # Changelog

- Nothing yet!
### Fixed
- Update TypeScript types ([#284](https://github.com/tailwindlabs/tailwindcss-typography/pull/284/files))
## [0.5.6] - 2022-09-01

@@ -14,0 +16,0 @@

{
"name": "@tailwindcss/typography",
"version": "0.0.0-insiders.4da62c8",
"version": "0.0.0-insiders.4feef9a",
"description": "A Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults.",

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

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

declare function plugin(options?: { className?: string, target?: 'modern' | 'legacy' }): Function
declare function plugin(options?: Partial<{ className: string; target: 'modern' | 'legacy' }>): {
handler: () => void
}
declare namespace plugin {
const __isOptionsFunction: true
}
export = plugin
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