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.1 to 2.0.2

LICENSE

37

package.json
{
"name": "tailwindcss-box-shadow",
"version": "2.0.1",
"version": "2.0.2",
"description": "Tailwind CSS plugin that generates box-shadow utility values exactly as they're defined in the config.",
"main": "src/index.js",
"scripts": {
"test": "c8 jest",
"pretest": "xo",
"lint": "xo",
"release": "np"
"release": "np",
"dev": "vitest",
"test": "vitest run --coverage"
},

@@ -19,27 +18,15 @@ "license": "MIT",

},
"publishConfig": {
"access": "public"
},
"files": [
"src/index.js"
],
"devDependencies": {
"c8": "^7.12.0",
"jest": "^28.1.3",
"np": "^7.6.2",
"@vitest/coverage-v8": "^1.6.0",
"np": "*",
"postcss": "^8.4.16",
"tailwindcss": "^3.3.0",
"xo": "^0.47.0"
"tailwindcss": "^3.4.0",
"vitest": "^1.6.0"
},
"peerDependencies": {
"tailwindcss": ">=3.3.0"
"tailwindcss": ">=3.4.0"
},
"jest": {
"setupFilesAfterEnv": [
"<rootDir>/jest/customMatchers.js"
]
},
"c8": {
"exclude": [
"jest/customMatchers.js",
"**/*.test.js"
]
},
"keywords": [

@@ -46,0 +33,0 @@ "box-shadow",

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