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

react-mkx-components

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-mkx-components - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

7

index.d.ts
import React, { CSSProperties, ReactNode } from "react";
interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> {
export interface InputProps
extends React.InputHTMLAttributes<HTMLInputElement> {
value: string;

@@ -8,3 +9,3 @@ setValue: (value: string) => void;

interface ChoiceProps {
export interface ChoiceProps {
condition: boolean;

@@ -14,3 +15,3 @@ children: ReactNode;

interface ScrollDivProps extends React.HTMLAttributes<HTMLDivElement> {
export interface ScrollDivProps extends React.HTMLAttributes<HTMLDivElement> {
page: number;

@@ -17,0 +18,0 @@ setPage: (page: number) => void;

{
"name": "react-mkx-components",
"version": "1.0.17",
"version": "1.0.18",
"description": "React custom components provide an efficient means to encapsulate and share logic among components within React Projects. This package includes useful React custom components.",

@@ -5,0 +5,0 @@ "main": "./dist/index.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