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

@lokalise/file-storage-service-sdk

Package Overview
Dependencies
Maintainers
11
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lokalise/file-storage-service-sdk - npm Package Compare versions

Comparing version

to
5.0.2

2

dist/lib/sdk/fileStorageClient.js

@@ -113,4 +113,4 @@ "use strict";

...this.retryConfig,
blobBody: true,
},
blobResponseBody: true,
throwOnError: false,

@@ -117,0 +117,0 @@ });

@@ -177,10 +177,10 @@ import z from 'zod';

}, "strip", z.ZodTypeAny, {
statusCode: number;
message: string;
statusCode: number;
errorCode?: string | undefined;
}, {
statusCode: number;
message: string;
statusCode: number;
errorCode?: string | undefined;
}>;
export type ErrorResponse = z.infer<typeof ERROR_RESPONSE_SCHEMA>;
{
"name": "@lokalise/file-storage-service-sdk",
"version": "5.0.1",
"version": "5.0.2",
"description": "SDK for file-storage-service",

@@ -49,5 +49,5 @@ "author": {

"dependencies": {
"@lokalise/node-core": "^6.0.0",
"@lokalise/node-core": "^9.0.0",
"@lokalise/zod-extras": "^1.3.1",
"undici": "^5.20.0",
"undici": "^6.0.1",
"zod": "^3.19.1"

@@ -72,3 +72,3 @@ },

"ts-node": "^10.9.1",
"typescript": "5.2.2"
"typescript": "5.3.3"
},

@@ -75,0 +75,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet