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

@akad/design-system

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akad/design-system - npm Package Compare versions

Comparing version 0.1.0-beta.6 to 0.1.0-beta.7

2

package.json
{
"name": "@akad/design-system",
"version": "0.1.0-beta.6",
"version": "0.1.0-beta.7",
"main": "react/react.js",

@@ -5,0 +5,0 @@ "types": "react/main.d.ts",

export interface NameProps {
type: StringConstructor;
required: true;
required: false;
}

@@ -21,2 +21,6 @@ export interface TestIdProps {

}
export interface ChangeByCheckedProps {
type: BooleanConstructor;
default: boolean;
}
export interface DisabledProps {

@@ -40,2 +44,3 @@ type: BooleanConstructor;

disabled: DisabledProps;
changeByChecked: ChangeByCheckedProps;
onChangeHandler: OnChangeHandlerProps;

@@ -42,0 +47,0 @@ };

@@ -6,3 +6,3 @@ import { default as React, ReactNode } from 'react';

className?: string;
name: string;
name?: string;
testId?: string;

@@ -13,2 +13,3 @@ label?: string | ReactNode;

disabled?: boolean;
changeByChecked?: boolean;
onChangeHandler?: (event: React.ChangeEvent<HTMLInputElement>) => void;

@@ -15,0 +16,0 @@ }

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

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