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

@spark-ui/tailwind-plugins

Package Overview
Dependencies
Maintainers
7
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spark-ui/tailwind-plugins - npm Package Compare versions

Comparing version 2.10.12 to 2.10.13

4

CHANGELOG.md

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

## [2.10.13](https://github.com/adevinta/spark/compare/@spark-ui/tailwind-plugins@2.10.12...@spark-ui/tailwind-plugins@2.10.13) (2023-06-01)
**Note:** Version bump only for package @spark-ui/tailwind-plugins
## [2.10.12](https://github.com/adevinta/spark/compare/@spark-ui/tailwind-plugins@2.10.11...@spark-ui/tailwind-plugins@2.10.12) (2023-05-26)

@@ -8,0 +12,0 @@

4

package.json
{
"name": "@spark-ui/tailwind-plugins",
"version": "2.10.12",
"version": "2.10.13",
"description": "Spark Tailwind plugins",

@@ -26,3 +26,3 @@ "publishConfig": {

"license": "MIT",
"gitHead": "4b26172028b2bd2b83ce1728eaa5170bf25d0afe"
"gitHead": "00f4500be0c6dcb48c9f45be5d7474bc40a6d8e0"
}

@@ -25,4 +25,4 @@ /* eslint-disable @typescript-eslint/no-var-requires */

/* eslint-disable complexity */
function traverse(theme, paths = []) {
/* eslint-disable-next-line complexity */
Object.entries(theme).forEach(([key, value]) => {

@@ -29,0 +29,0 @@ // 👀 see: https://tailwindcss.com/docs/font-size#providing-a-default-line-height

@@ -9,3 +9,3 @@ // see 👀: https://github.com/sindresorhus/hex-rgb/blob/main/index.js

/* eslint-disable complexity */
/* eslint-disable-next-line complexity */
function hexRgb(hex, options = {}) {

@@ -12,0 +12,0 @@ if (typeof hex !== 'string' || nonHexChars.test(hex) || !validHexSize.test(hex)) {

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