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

dromo-uploader-react

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dromo-uploader-react - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

23

dist/interfaces.d.ts

@@ -33,3 +33,3 @@ export interface IDeveloperField {

allowCustomFields?: boolean;
maxRecords?: number;
maxRecords?: number | null;
developmentMode?: boolean;

@@ -40,12 +40,13 @@ displayEncoding?: boolean;

export interface IDeveloperStyleOverrides {
borderRadius?: string;
primaryButtonColor?: string;
primaryButtonTextColor?: string;
secondaryButtonColor?: string;
secondaryButtonTextColor?: string;
primaryTextColor?: string;
secondaryTextColor?: string;
errorColor?: string;
successColor?: string;
warningColor?: string;
global?: {
textColor?: string;
};
primaryButton?: {
backgroundColor?: string;
textColor?: string;
};
secondaryButton?: {
backgroundColor?: string;
textColor?: string;
};
}

@@ -52,0 +53,0 @@ export interface IUser {

{
"name": "dromo-uploader-react",
"version": "1.1.5",
"version": "1.1.6",
"description": "Easy to use data (CSV, TSV, Excel) importer",

@@ -5,0 +5,0 @@ "author": "ankitgoyal100",

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