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.3.2 to 1.4.0-canary.1

2

dist/index.d.ts

@@ -38,3 +38,3 @@ /** Narrowed function. */

};
type InferVariantProps<V extends Variants | undefined = undefined> = V extends Variants ? Partial<{
type InferVariantProps<V extends Variants | unknown | undefined = undefined> = V extends Variants ? Partial<{
[K in keyof V]: Widen<keyof V[K]>;

@@ -41,0 +41,0 @@ }> : {};

{
"name": "@tw-classed/core",
"version": "1.3.2",
"version": "1.4.0-canary.1",
"description": "A Stitches & Styled-Components inspired library to create reusable Tailwind react components",

@@ -27,8 +27,5 @@ "sideEffects": false,

"devDependencies": {
"@jest/core": "^29.3.1",
"@types/jest": "^29.2.2",
"@vitest/ui": "^0.25.1",
"bunchee": "^2.1.6",
"c8": "^7.12.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",

@@ -35,0 +32,0 @@ "vite": "^3.2.3",

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