You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@icewhale/icewhale-files-openapi

Package Overview
Dependencies
Maintainers
4
Versions
307
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@icewhale/icewhale-files-openapi - npm Package Compare versions

Comparing version

to
1.4.0-alpha15

2

dist/common.d.ts

@@ -65,2 +65,2 @@ /**

*/
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T>>(axios?: AxiosInstance, basePath?: string) => Promise<R>;
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T, any>>(axios?: AxiosInstance, basePath?: string) => Promise<R>;
{
"name": "@icewhale/icewhale-files-openapi",
"version": "v1.4.0-alpha13",
"version": "v1.4.0-alpha15",
"scripts": {

@@ -24,9 +24,9 @@ "clean": "rm -rf generate",

"dependencies": {
"axios": "^1.8.4"
"axios": "^1.1.0"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.18.4",
"@types/node": "^22.13.10",
"openapi-typescript-codegen": "^0.29.0",
"typescript": "^5.8.2"
"@openapitools/openapi-generator-cli": "2.5.2",
"@types/node": "^18.8.3",
"openapi-typescript-codegen": "^0.23.0",
"typescript": "^4.9.5"
},

@@ -33,0 +33,0 @@ "author": "IceWhale",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display