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

@technokratos/components-react

Package Overview
Dependencies
Maintainers
5
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@technokratos/components-react - npm Package Compare versions

Comparing version 0.10.7 to 0.10.8

5

lib/Option/index.d.ts

@@ -1,2 +0,2 @@

import { FunctionComponent, ReactNode } from 'react';
import { FC, ReactNode } from 'react';
interface Props {

@@ -7,5 +7,6 @@ value: any;

isSelected?: boolean;
isFocused?: boolean;
disabled?: boolean;
}
export declare const Option: FunctionComponent<Props>;
export declare const Option: FC<Props>;
export {};

2

package.json
{
"name": "@technokratos/components-react",
"version": "0.10.7",
"version": "0.10.8",
"dependencies": {

@@ -5,0 +5,0 @@ "@popperjs/core": "^2.4.4",

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