Socket
Socket
Sign inDemoInstall

tailwind-merge

Package Overview
Dependencies
Maintainers
1
Versions
276
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwind-merge - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

2

dist/index.js

@@ -1040,3 +1040,3 @@ import HLRU from 'hashlru';

'list-style-type': [{
list: ['none', 'disc', 'decimal']
list: ['none', 'disc', 'decimal', isCustomValue]
}],

@@ -1043,0 +1043,0 @@

@@ -1085,3 +1085,3 @@ import HLRU from 'hashlru';

'list-style-type': [{
list: ['none', 'disc', 'decimal']
list: ['none', 'disc', 'decimal', isCustomValue]
}],

@@ -1088,0 +1088,0 @@

@@ -623,3 +623,3 @@ import { isAny, isCustomLength, isCustomValue, isInteger, isLength } from './validators';

readonly 'list-style-type': readonly [{
readonly list: readonly ["none", "disc", "decimal"];
readonly list: readonly ["none", "disc", "decimal", typeof isCustomValue];
}];

@@ -626,0 +626,0 @@ /**

{
"name": "tailwind-merge",
"version": "0.8.1",
"version": "0.8.2",
"description": "Merge Tailwind CSS classes without style conflicts",

@@ -5,0 +5,0 @@ "keywords": [

<div align="center">
<br />
<a href="https://github.com/dcastil/tailwind-merge">
<!-- AUTOGENERATED START logo-image --><img src="https://github.com/dcastil/tailwind-merge/raw/v0.8.1/assets/logo.svg" alt="tailwind-merge" width="221px" /><!-- AUTOGENERATED END -->
<!-- AUTOGENERATED START logo-image --><img src="https://github.com/dcastil/tailwind-merge/raw/v0.8.2/assets/logo.svg" alt="tailwind-merge" width="221px" /><!-- AUTOGENERATED END -->
</a>

@@ -6,0 +6,0 @@ </div>

@@ -599,3 +599,3 @@ import { isAny, isCustomLength, isCustomValue, isInteger, isLength } from './validators'

*/
'list-style-type': [{ list: ['none', 'disc', 'decimal'] }],
'list-style-type': [{ list: ['none', 'disc', 'decimal', isCustomValue] }],
/**

@@ -602,0 +602,0 @@ * List Style Position

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

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