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

@apptoolkit/ui

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apptoolkit/ui - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

6

dist/tailwind.d.ts

@@ -1,4 +0,4 @@

export declare const safelist: Partial<import("tailwindcss/types/config").SafelistConfig> | undefined;
export declare const theme: Partial<import("tailwindcss/types/config").ThemeConfig & {
extend: Partial<import("tailwindcss/types/config").ThemeConfig>;
export declare const safelist: import("tailwindcss/types/config").SafelistConfig[] | undefined;
export declare const theme: Partial<import("tailwindcss/types/config").CustomThemeConfig & {
extend: Partial<import("tailwindcss/types/config").CustomThemeConfig>;
}> | undefined;
{
"name": "@apptoolkit/ui",
"version": "0.2.1",
"version": "0.3.0",
"description": "UI React components",

@@ -24,3 +24,3 @@ "author": "Eduardo Grajales Villanueva <edgravill@gmail.com>",

"build": "rm -rf dist && tsc --build",
"test": "jest",
"test": "jest --passWithNoTests",
"storybook": "start-storybook -p 6006 -s public",

@@ -37,7 +37,7 @@ "build-storybook": "build-storybook -s public",

"dependencies": {
"@apptoolkit/form": "^0.2.1",
"@apptoolkit/form": "^0.3.0",
"tailwind-merge": "^1.8.0"
},
"devDependencies": {
"@apptoolkit/eslint-config": "^0.2.1",
"@apptoolkit/eslint-config": "^0.3.0",
"@babel/core": "^7.20.2",

@@ -44,0 +44,0 @@ "@babel/preset-env": "^7.20.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