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

@uploadcare/react-uploader

Package Overview
Dependencies
Maintainers
4
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uploadcare/react-uploader - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0-alpha.0

dist/style.css

8

dist/react-uploader.d.ts
import type { ConfigType } from '@uploadcare/blocks';
import { defineLocale } from '@uploadcare/blocks';
import type { EventMap } from '@uploadcare/blocks';

@@ -7,2 +8,4 @@ import { FC } from 'react';

export { defineLocale }
export declare const FileUploaderInline: FC<TProps>;

@@ -16,7 +19,8 @@

className?: string;
classNameUploader?: string;
ctxName?: string;
};
declare type TEventsSchema = {
[K in keyof EventMap as TPrefixOnAndCamelCase<K>]: EventMap[K];
export declare type TEventsSchema = {
[K in keyof EventMap as TPrefixOnAndCamelCase<K>]: (event: EventMap[K]["detail"]) => void;
};

@@ -23,0 +27,0 @@

{
"name": "@uploadcare/react-uploader",
"version": "0.3.0",
"description": "React component for file uploads using Uploadcare",
"version": "0.4.0-alpha.0",
"private": false,

@@ -16,3 +17,4 @@ "type": "module",

"require": "./dist/react-uploader.cjs"
}
},
"./core.css": "./dist/libs.css"
},

@@ -29,4 +31,4 @@ "scripts": {

"dependencies": {
"@uploadcare/blocks": "^0.36.1-alpha.1",
"@uploadcare/react-adapter": "^0.0.1-alpha.1"
"@uploadcare/blocks": "^0.39.1",
"@uploadcare/react-adapter": "^0.3.0"
},

@@ -83,4 +85,3 @@ "repository": {

"front-end"
],
"gitHead": "527857b4701f54c979544316995a808b8337ae35"
}
]
}

Sorry, the diff of this file is not supported yet

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