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.3 to 1.2.4

LICENSE

1

dist/cjs/types.d.ts

@@ -54,2 +54,3 @@ import type * as Util from "./util";

} ? Pick<T[0], "variants" | "defaultVariants"> : {}) & (T extends [lead: any, ...tail: infer V] ? ClassedVariants<V> : {});
export type VariantProps<T extends ClassedType<any, any>> = InferVariantProps<T[$$ClassedVariants]["variants"]>;
export interface ClassedCoreFunctionType {

@@ -56,0 +57,0 @@ <Composers extends (string | Util.Function | {

@@ -54,2 +54,3 @@ import type * as Util from "./util";

} ? Pick<T[0], "variants" | "defaultVariants"> : {}) & (T extends [lead: any, ...tail: infer V] ? ClassedVariants<V> : {});
export type VariantProps<T extends ClassedType<any, any>> = InferVariantProps<T[$$ClassedVariants]["variants"]>;
export interface ClassedCoreFunctionType {

@@ -56,0 +57,0 @@ <Composers extends (string | Util.Function | {

2

package.json
{
"name": "@tw-classed/core",
"version": "1.2.3",
"version": "1.2.4",
"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