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

tailwindcss-box-shadow

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwindcss-box-shadow - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

9

package.json
{
"name": "tailwindcss-box-shadow",
"version": "2.0.2",
"version": "2.0.3",
"description": "Tailwind CSS plugin that generates box-shadow utility values exactly as they're defined in the config.",
"main": "src/index.js",
"scripts": {
"release": "np",
"release": "npx np",
"dev": "vitest",

@@ -22,7 +22,6 @@ "test": "vitest run --coverage"

"devDependencies": {
"@vitest/coverage-v8": "^1.6.0",
"np": "*",
"@vitest/coverage-v8": "^2.0.2",
"postcss": "^8.4.16",
"tailwindcss": "^3.4.0",
"vitest": "^1.6.0"
"vitest": "^2.0.2"
},

@@ -29,0 +28,0 @@ "peerDependencies": {

@@ -12,3 +12,10 @@ <div align="center">

## Deprecation notice
This plugin has been archived and is no longer maintained.
Use [`tailwindcss-preset-email`](https://github.com/maizzle/tailwindcss-preset-email/tree/main) instead, which includes this plugin and others, and is actively maintained.
---
This is a Tailwind CSS plugin that generates `shadow` utilities exactly as they are defined in the config - that is, without CSS variables.

@@ -15,0 +22,0 @@

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