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
212
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.0.0 to 2.1.0

spark-theme/constants.js

10

CHANGELOG.md

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

# [2.1.0](https://github.com/adevinta/spark/compare/@spark-ui/tailwind-plugins@2.0.0...@spark-ui/tailwind-plugins@2.1.0) (2023-03-17)
### Bug Fixes
- add early return ([3cc0916](https://github.com/adevinta/spark/commit/3cc0916d4fe1aafd76814646b804be45b8870f34)), closes [#411](https://github.com/adevinta/spark/issues/411)
### Features
- **tailwind-plugins:** add spark theme plugin ([7009c51](https://github.com/adevinta/spark/commit/7009c513ab37b1118b89d7bada365156fb85f362)), closes [#411](https://github.com/adevinta/spark/issues/411)
# [2.0.0](https://github.com/adevinta/spark/compare/@spark-ui/tailwind-plugins@1.1.2...@spark-ui/tailwind-plugins@2.0.0) (2023-03-15)

@@ -8,0 +18,0 @@

2

index.js
/* eslint-disable @typescript-eslint/no-var-requires */
const animations = require('./animations')
const sizings = require('./sizings')
const sparkTheme = require('./spark-theme')

@@ -8,2 +9,3 @@ module.exports = {

sizings,
sparkTheme,
}

7

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

@@ -9,2 +9,5 @@ "publishConfig": {

"main": "index.js",
"dependencies": {
"@spark-ui/theme-utils": "^2.9.0"
},
"peerDependencies": {

@@ -18,3 +21,3 @@ "tailwindcss": "4.0.0"

},
"gitHead": "843a4c9ef31a1f346e4052685ccddceb494fc7bd"
"gitHead": "b02d8de6793827cb8783dcf1029c7345c7629974"
}
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