Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@elpassion/taco

Package Overview
Dependencies
Maintainers
3
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elpassion/taco - npm Package Compare versions

Comparing version 0.0.36 to 0.0.37

2

cjs/components/Checkbox/index.d.ts
/// <reference types="react" />
import type { CheckboxProps } from "./Checkbox.interface";
export declare const Checkbox: React.FC<CheckboxProps>;
export declare const Checkbox: import("react").ForwardRefExoticComponent<CheckboxProps & import("react").RefAttributes<HTMLInputElement>>;
export default Checkbox;
/// <reference types="react" />
import type { CheckboxProps } from "./Checkbox.interface";
export declare const Checkbox: React.FC<CheckboxProps>;
export declare const Checkbox: import("react").ForwardRefExoticComponent<CheckboxProps & import("react").RefAttributes<HTMLInputElement>>;
export default Checkbox;

@@ -470,3 +470,3 @@ /// <reference types="react" />

declare const Checkbox: React.FC<CheckboxProps>;
declare const Checkbox: react.ForwardRefExoticComponent<CheckboxProps & react.RefAttributes<HTMLInputElement>>;

@@ -473,0 +473,0 @@ interface ChipsProps extends HTMLAttributes<HTMLDivElement> {

{
"name": "@elpassion/taco",
"version": "0.0.36",
"version": "0.0.37",
"main": "cjs/index.js",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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