New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@assemble-inc/core

Package Overview
Dependencies
Maintainers
3
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assemble-inc/core - npm Package Compare versions

Comparing version

to
0.4.47

3

dist/lib/forms/SearchInput.d.ts
export type SearchInputProps = {
id: string;
onChange: (e: any) => void;

@@ -14,2 +15,2 @@ onClick?: (e: any) => void;

};
export declare const SearchInput: ({ onClick, onChange, onClear, label, labelClassName, style, loading, placeholder, value, clearButtonVisible, className }: SearchInputProps) => JSX.Element;
export declare const SearchInput: ({ id, onClick, onChange, onClear, label, labelClassName, style, loading, placeholder, value, clearButtonVisible, className }: SearchInputProps) => JSX.Element;
{
"name": "@assemble-inc/core",
"version": "0.4.46",
"version": "0.4.47",
"description": "Assemble Component Library",

@@ -5,0 +5,0 @@ "author": "Assemble Frontend Team",

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

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