Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@types/filestack-react
Advanced tools
npm install --save @types/filestack-react
This package contains type definitions for filestack-react (https://github.com/filestack/filestack-react).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/filestack-react.
// Type definitions for filestack-react 4.0
// Project: https://github.com/filestack/filestack-react
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as React from 'react';
import { ClientOptions, PickerFileMetadata, PickerOptions } from 'filestack-js';
export * as client from 'filestack-js';
interface PickerBaseProps {
/**
* Filestack api key
*/
apikey: string;
/**
* https://filestack.github.io/filestack-js/interfaces/clientoptions.html
*/
pickerOptions?: PickerOptions;
/**
* https://filestack.github.io/filestack-js/interfaces/pickeroptions.html
*/
clientOptions?: ClientOptions;
/**
* A function to be called after successful completed action
* @deprecated
*/
onSuccess?: (result: PickerFileMetadata) => void;
/**
* Called when all files have been uploaded
*/
onUploadDone?: (result: PickerFileMetadata) => void;
/**
* A function to be called when error occurs
*/
onError?: (error: PickerFileMetadata) => void;
}
export type PickerInlineProps = PickerBaseProps;
export type PickerOverlayProps = PickerBaseProps;
export type PickerDropPaneProps = PickerBaseProps;
export const PickerInline: React.FC<PickerInlineProps>;
export const PickerOverlay: React.FC<PickerOverlayProps>;
export const PickerDropPane: React.FC<PickerDropPaneProps>;
These definitions were written by DefinitelyTyped.
FAQs
TypeScript definitions for filestack-react
The npm package @types/filestack-react receives a total of 7,324 weekly downloads. As such, @types/filestack-react popularity was classified as popular.
We found that @types/filestack-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.