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

@types/tailwindcss__typography

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/tailwindcss__typography - npm Package Compare versions

Comparing version 0.5.0 to 0.5.6

25

tailwindcss__typography/package.json
{
"name": "@types/tailwindcss__typography",
"version": "0.5.0",
"description": "TypeScript definitions for @tailwindcss/typography",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tailwindcss__typography",
"license": "MIT",
"contributors": [
{
"name": "Remco Haszing",
"url": "https://github.com/remcohaszing",
"githubUsername": "remcohaszing"
}
],
"version": "0.5.6",
"description": "Stub TypeScript definitions entry for @tailwindcss/typography, which provides its own types definitions",
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/tailwindcss__typography"
},
"scripts": {},
"license": "MIT",
"dependencies": {
"tailwindcss": "^3.0.0"
"@tailwindcss/typography": "*"
},
"typesPublisherContentHash": "be0049bb5ec87f0157fc6b358cdcdf54b3b212a56fb8e8e090db654cdf45f7e7",
"typeScriptVersion": "4.0"
"deprecated": "This is a stub types definition. @tailwindcss/typography provides its own type definitions, so you do not need this installed."
}

36

tailwindcss__typography/README.md

@@ -1,35 +0,3 @@

# Installation
> `npm install --save @types/tailwindcss__typography`
This is a stub types definition for @types/tailwindcss__typography (https://github.com/tailwindcss/typography#readme).
# Summary
This package contains type definitions for @tailwindcss/typography (https://github.com/tailwindlabs/tailwindcss-typography).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tailwindcss__typography.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tailwindcss__typography/index.d.ts)
````ts
// Type definitions for @tailwindcss/typography 0.5
// Project: https://github.com/tailwindlabs/tailwindcss-typography
// Definitions by: Remco Haszing <https://github.com/remcohaszing>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import plugin = require('tailwindcss/plugin');
/**
* A plugin that provides a set of prose classes you can use to add beautiful typographic defaults to any vanilla HTML you don't control, like HTML rendered from Markdown, or pulled from a CMS.
*
* @see https://tailwindcss.com/docs/typography-plugin
*/
declare const typography: ReturnType<typeof plugin['withOptions']>;
export = typography;
````
### Additional Details
* Last updated: Mon, 29 Aug 2022 22:32:43 GMT
* Dependencies: [@types/tailwindcss](https://npmjs.com/package/@types/tailwindcss)
* Global values: none
# Credits
These definitions were written by [Remco Haszing](https://github.com/remcohaszing).
@tailwindcss/typography provides its own type definitions, so you don't need @types/tailwindcss__typography installed!
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