@tailwindcss/forms
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -12,2 +12,8 @@ # Changelog | ||
## [0.5.3] - 2022-09-02 | ||
### Fixed | ||
- Update TypeScript types ([#126](https://github.com/tailwindlabs/tailwindcss-forms/pull/126)) | ||
## [0.5.2] - 2022-05-18 | ||
@@ -121,3 +127,4 @@ | ||
[unreleased]: https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.2...HEAD | ||
[unreleased]: https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.3...HEAD | ||
[0.5.3]: https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.2...v0.5.3 | ||
[0.5.2]: https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.1...v0.5.2 | ||
@@ -124,0 +131,0 @@ [0.5.1]: https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.0...v0.5.1 |
{ | ||
"name": "@tailwindcss/forms", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "types": "src/index.d.ts", |
@@ -1,2 +0,7 @@ | ||
declare function plugin(options?: { strategy?: 'base' | 'class' }): Function | ||
declare function plugin(options?: Partial<{ strategy: 'base' | 'class' }>): { handler: () => void } | ||
declare namespace plugin { | ||
const __isOptionsFunction: true | ||
} | ||
export = plugin |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49267
313
1