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

jb-image-input-react

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jb-image-input-react - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

21

dist/react-component/jb-image-input/lib/JBImageInput.d.ts

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

type TValue = any;
export declare const JBImageInput: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
export declare const JBImageInput: React.ForwardRefExoticComponent<JBImageInputProps<any> & React.RefAttributes<unknown>>;
export type JBImageInputEventType<T, TValue> = T & {
target: JBImageInputWebComponent<TValue>;
};
type JBImageInputProps<TValue> = {
className?: string;
message?: string;
placeholderTitle?: string;
required?: boolean;
config?: JBImageInputConfig;
value?: any;
uploadType?: string;
onChange?: (e: JBImageInputEventType<Event, TValue>) => void;
onImageSelected?: (e: JBImageInputEventType<CustomEvent, TValue>) => void;
bridge?: JBImageInputBridge<TValue>;
multiple?: boolean;
file?: File;
acceptTypes?: string;
maxFileSize?: number;
onMaxSizeExceed?: (e: JBImageInputEventType<Event, TValue>) => void;
children?: React.ReactNode;
name?: string;
};

2

package.json

@@ -18,3 +18,3 @@ {

],
"version": "0.4.0",
"version": "0.5.0",
"bugs": "https://github.com/javadbat/jb-image-input-react-react/issues",

@@ -21,0 +21,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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