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

@tailwindcss/forms

Package Overview
Dependencies
Maintainers
4
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tailwindcss/forms - npm Package Compare versions

Comparing version 0.3.4 to 0.4.0-alpha.1

dist/tailwind.css

7

CHANGELOG.md

@@ -10,2 +10,6 @@ # Changelog

Nothing yet!
## [0.3.4] - 2021-09-28
### Fixed

@@ -80,3 +84,4 @@

[unreleased]: https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.3.3...HEAD
[unreleased]: https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.3.4...HEAD
[0.3.4]: https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.3.3...v0.3.4
[0.3.3]: https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.3.2...v0.3.3

@@ -83,0 +88,0 @@ [0.3.2]: https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.3.1...v0.3.2

11

package.json
{
"name": "@tailwindcss/forms",
"version": "0.3.4",
"version": "0.4.0-alpha.1",
"main": "src/index.js",

@@ -19,8 +19,7 @@ "license": "MIT",

"serve": "live-server .",
"watch": "chokidar \"./src/**/*.js\" -c \"npm run build\"",
"build": "node scripts/build.js",
"prepublishOnly": "npm run build"
"watch": "npm run build -- -w",
"build": "tailwindcss -o dist/tailwind.css"
},
"peerDependencies": {
"tailwindcss": ">=2.0.0"
"tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1"
},

@@ -34,3 +33,3 @@ "devDependencies": {

"postcss": "^8.1.7",
"tailwindcss": "^2.0.3"
"tailwindcss": "next"
},

@@ -37,0 +36,0 @@ "dependencies": {

const svgToDataUri = require('mini-svg-data-uri')
const plugin = require('tailwindcss/plugin')
const defaultTheme = require('tailwindcss/defaultTheme')
const colors = require('tailwindcss/colors')
const [baseFontSize, { lineHeight: baseLineHeight }] = defaultTheme.fontSize.base
const { colors, spacing, borderWidth, borderRadius, outline } = defaultTheme
const { spacing, borderWidth, borderRadius, outline } = defaultTheme

@@ -7,0 +8,0 @@ const forms = plugin.withOptions(function (options = { strategy: 'base' }) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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