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

@tailwindcss/typography

Package Overview
Dependencies
Maintainers
4
Versions
137
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.5.15 to 0.5.16

4

package.json
{
"name": "@tailwindcss/typography",
"version": "0.5.15",
"version": "0.5.16",
"description": "A Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults.",

@@ -33,3 +33,3 @@ "main": "src/index.js",

"peerDependencies": {
"tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20"
"tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1"
},

@@ -36,0 +36,0 @@ "devDependencies": {

@@ -45,3 +45,3 @@ const isPlainObject = require('lodash.isplainobject')

let values = new Set([...pseudos.map((p) => p.value)])
let values = new Set(pseudos.map((p) => p.value))

@@ -48,0 +48,0 @@ // The pseudo elements are not the same

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