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

@aleodoni-common/tailwind-components

Package Overview
Dependencies
Maintainers
1
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aleodoni-common/tailwind-components - npm Package Compare versions

Comparing version 1.0.32 to 1.0.33

build/components/button.d.ts

3

build/components/input.d.ts
import React, { InputHTMLAttributes } from 'react';
import * as SolidIcons from '@heroicons/react/solid';
export declare type IconName = keyof typeof SolidIcons;
import * as OutlineIcons from '@heroicons/react/outline';
export declare type IconName = keyof typeof SolidIcons | keyof typeof OutlineIcons;
interface IInput extends InputHTMLAttributes<HTMLInputElement> {

@@ -5,0 +6,0 @@ aleodoni_ringcolor?: string;

{
"name": "@aleodoni-common/tailwind-components",
"version": "1.0.32",
"version": "1.0.33",
"main": "./build/index.js",

@@ -5,0 +5,0 @@ "module": "build/index.modern.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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