New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-twc

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-twc - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

dist/index.d.ts

@@ -34,4 +34,4 @@ /// <reference types="react" />

};
declare const createTwc: <TCompose extends AbstractCompose>(config?: Config<TCompose>) => Twc<TCompose>;
declare const twc: Twc<AbstractCompose>;
declare const createTwc: <TCompose extends AbstractCompose = typeof clsx>(config?: Config<TCompose>) => Twc<TCompose>;
declare const twc: Twc<typeof clsx>;
export { clsx as cx, TwcComponentProps, Config, createTwc, twc };
{
"name": "react-twc",
"version": "1.2.0",
"version": "1.2.1",
"description": "Create reusable Tailwind CSS components with React.",

@@ -41,2 +41,3 @@ "type": "module",

"@ampproject/filesize": "^4.3.0",
"@radix-ui/react-accordion": "^1.1.2",
"@swc/core": "^1.3.101",

@@ -43,0 +44,0 @@ "@testing-library/react": "^14.1.2",

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