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

tailwindcss-theme-variants

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwindcss-theme-variants - npm Package Compare versions

Comparing version 1.9.2 to 1.10.0-alpha.2

dist/index.d.ts

37

package.json
{
"name": "tailwindcss-theme-variants",
"version": "1.9.2",
"version": "1.10.0-alpha.2",
"description": "Media-query- or JavaScript-based theme variants with fallback for Tailwind CSS",

@@ -20,6 +20,10 @@ "keywords": [

"files": [
"dist/src/*"
"dist"
],
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"main": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
"default": "./dist/index.mjs",
"import": "./dist/index.mjs"
},
"scripts": {

@@ -33,3 +37,5 @@ "eslint:fix": "eslint --fix ./src/**/*.ts ./scripts/**/*.ts ./tests/**/*.ts",

"render": "run-p render:content render:readme",
"prepare": "tsc"
"build:js": "node scripts/esbuild.cjs",
"build:dts": "tsc --project tsconfig-src.json",
"prepare": "run-p build:js build:dts"
},

@@ -44,16 +50,17 @@ "dependencies": {

"@types/assert": "^1.5.2",
"@types/lodash": "^4.14.164",
"@types/mocha": "^8.0.3",
"@types/node": "^14.14.6",
"@types/lodash": "^4.14.165",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.7",
"@types/sinon": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"cross-env": "^7.0.2",
"eslint": "^7.12.1",
"eslint-config-airbnb-base": "^14.2.0",
"esbuild": "^0.8.7",
"eslint": "^7.13.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"markdown-toc": "^1.2.0",
"mocha": "^8.2.0",
"mocha": "^8.2.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.1.4",
"postcss": "^8.1.7",
"remark-parse": "^9.0.0",

@@ -70,3 +77,3 @@ "remark-retext": "^4.0.0",

"ts-node": "^9.0.0",
"typescript": "^3.9.7",
"typescript": "^4.0.5",
"unified": "^9.2.0",

@@ -73,0 +80,0 @@ "vfile-reporter": "^6.0.1"

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