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

@types/filestack-react

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/filestack-react - npm Package Compare versions

Comparing version 4.0.4 to 4.0.5

4

filestack-react/index.d.ts

@@ -1,2 +0,2 @@

import { ClientOptions, PickerFileMetadata, PickerOptions } from "filestack-js";
import { ClientOptions, PickerFileMetadata, PickerOptions, PickerResponse } from "filestack-js";
import * as React from "react";

@@ -27,3 +27,3 @@

*/
onUploadDone?: (result: PickerFileMetadata) => void;
onUploadDone?: (result: PickerResponse) => void;
/**

@@ -30,0 +30,0 @@ * A function to be called when error occurs

{
"name": "@types/filestack-react",
"version": "4.0.4",
"version": "4.0.5",
"description": "TypeScript definitions for filestack-react",

@@ -19,6 +19,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/filestack-react",

"@types/react": "*",
"filestack-js": "^3.20.0"
"filestack-js": "^3.35.4"
},
"typesPublisherContentHash": "4695b7264350e94982ba8473e9e8a2afa95a3846823fb36ed0ffb51bbacacb23",
"typeScriptVersion": "4.5"
"peerDependencies": {},
"typesPublisherContentHash": "9d1991e7b25bf96150992f65a9610a8d10110a33281d42dff1df3e8c69b49212",
"typeScriptVersion": "5.0"
}

@@ -11,3 +11,3 @@ # Installation

````ts
import { ClientOptions, PickerFileMetadata, PickerOptions } from "filestack-js";
import { ClientOptions, PickerFileMetadata, PickerOptions, PickerResponse } from "filestack-js";
import * as React from "react";

@@ -38,3 +38,3 @@

*/
onUploadDone?: (result: PickerFileMetadata) => void;
onUploadDone?: (result: PickerResponse) => void;
/**

@@ -56,3 +56,3 @@ * A function to be called when error occurs

### Additional Details
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Last updated: Tue, 10 Dec 2024 22:36:09 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/react](https://npmjs.com/package/@types/react), [filestack-js](https://npmjs.com/package/filestack-js)

@@ -59,0 +59,0 @@

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