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

@myinterview/component-library

Package Overview
Dependencies
Maintainers
8
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@myinterview/component-library - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

6

dist/molecules/inputs/DndInput.d.ts

@@ -5,5 +5,5 @@ import React from 'react';

export interface IDndInput extends React.HTMLAttributes<HTMLElement> {
color: IColors;
uploadedColor: IColors;
backgroundColor: IBackgroundColors;
color?: IColors;
uploadedColor?: IColors;
backgroundColor?: IBackgroundColors;
uploadPercentage?: number | null;

@@ -10,0 +10,0 @@ fileName?: string;

@@ -14,4 +14,4 @@ import React from 'react';

errorMsg?: string;
isLoading: boolean;
isLoading?: boolean;
}
export declare const InputText: ({ ref, validation, error, children, errorMsg, isLoading, ...attributes }: IInputText) => JSX.Element;
{
"name": "@myinterview/component-library",
"version": "0.0.21",
"version": "0.0.22",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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