@uploadcare/react-uploader
Advanced tools
Comparing version 0.3.0 to 0.4.0-alpha.0
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
1
245478
6
1316
+ Added@uploadcare/blocks@0.39.1(transitive)
+ Added@uploadcare/react-adapter@0.3.0(transitive)
- Removed@uploadcare/blocks@0.36.1-alpha.10(transitive)
- Removed@uploadcare/react-adapter@0.0.1-alpha.1(transitive)
Updated@uploadcare/blocks@^0.39.1