Huge News!Announcing our $40M Series B led by Abstract Ventures.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.71 to 1.0.72

5

build/components/mask/cpfinput.d.ts

@@ -1,6 +0,7 @@

import React, { InputHTMLAttributes } from 'react';
import React from 'react';
import { NumberFormatProps } from 'react-number-format';
import * as SolidIcons from '@heroicons/react/solid';
import * as OutlineIcons from '@heroicons/react/outline';
declare type IconName = keyof typeof SolidIcons | keyof typeof OutlineIcons;
interface ICpfInput extends React.FC<InputHTMLAttributes<HTMLInputElement>> {
interface ICpfInput extends NumberFormatProps {
aleodoni_ringcolor?: string;

@@ -7,0 +8,0 @@ aleodoni_inputicon?: IconName;

2

package.json
{
"name": "@aleodoni-common/tailwind-components",
"version": "1.0.71",
"version": "1.0.72",
"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