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

@tw-classed/core

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tw-classed/core - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

4

dist/cjs/util.d.ts

@@ -8,5 +8,5 @@ /** Narrowed function. */

: T extends "true"
? boolean | T
? boolean | T | "false"
: T extends "false"
? boolean | T
? boolean | T | "true"
: T extends `${number}`

@@ -13,0 +13,0 @@ ? number | T

@@ -8,5 +8,5 @@ /** Narrowed function. */

: T extends "true"
? boolean | T
? boolean | T | "false"
: T extends "false"
? boolean | T
? boolean | T | "true"
: T extends `${number}`

@@ -13,0 +13,0 @@ ? number | T

{
"name": "@tw-classed/core",
"version": "1.2.4",
"version": "1.2.5",
"description": "A Stitches & Styled-Components inspired library to create reusable Tailwind react components",

@@ -5,0 +5,0 @@ "sideEffects": false,

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