Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vercel/blob

Package Overview
Dependencies
Maintainers
9
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/blob - npm Package Compare versions

Comparing version 0.26.0 to 0.27.0

dist/chunk-KN6WT5GP.js

4

dist/client.d.ts

@@ -1,3 +0,3 @@

import { P as PutBody, a as PutBlobResult, b as Part, B as BlobCommandOptions, W as WithUploadProgress, C as CommonMultipartUploadOptions, c as CommonCompleteMultipartUploadOptions } from './create-folder-DGBfYPet.js';
export { d as createFolder } from './create-folder-DGBfYPet.js';
import { P as PutBody, a as PutBlobResult, b as Part, B as BlobCommandOptions, W as WithUploadProgress, C as CommonMultipartUploadOptions, c as CommonCompleteMultipartUploadOptions } from './create-folder-CqdraABG.js';
export { d as createFolder } from './create-folder-CqdraABG.js';
import { IncomingMessage } from 'node:http';

@@ -4,0 +4,0 @@ import 'stream';

@@ -10,3 +10,3 @@ import {

getTokenFromOptionsOrEnv
} from "./chunk-QXAUX3LT.js";
} from "./chunk-KN6WT5GP.js";

@@ -13,0 +13,0 @@ // src/client.ts

@@ -1,3 +0,3 @@

import { e as CommonCreateBlobOptions, W as WithUploadProgress, f as BlobError, B as BlobCommandOptions, P as PutBody, a as PutBlobResult, b as Part, U as UploadPartCommandOptions, g as CompleteMultipartUploadCommandOptions } from './create-folder-DGBfYPet.js';
export { O as OnUploadProgressCallback, j as PartInput, i as UploadProgressEvent, d as createFolder, h as getDownloadUrl } from './create-folder-DGBfYPet.js';
import { e as CommonCreateBlobOptions, W as WithUploadProgress, f as BlobError, B as BlobCommandOptions, P as PutBody, a as PutBlobResult, b as Part, U as UploadPartCommandOptions, g as CompleteMultipartUploadCommandOptions } from './create-folder-CqdraABG.js';
export { O as OnUploadProgressCallback, j as PartInput, i as UploadProgressEvent, d as createFolder, h as getDownloadUrl } from './create-folder-CqdraABG.js';
import 'stream';

@@ -132,3 +132,3 @@ import 'undici';

pathname: string;
contentType?: string;
contentType: string;
contentDisposition: string;

@@ -135,0 +135,0 @@ }

@@ -25,3 +25,3 @@ import {

requestApi
} from "./chunk-QXAUX3LT.js";
} from "./chunk-KN6WT5GP.js";

@@ -28,0 +28,0 @@ // src/del.ts

{
"name": "@vercel/blob",
"version": "0.26.0",
"version": "0.27.0",
"description": "The Vercel Blob JavaScript API client",

@@ -62,3 +62,3 @@ "homepage": "https://vercel.com/storage/blob",

"@types/jest": "29.5.14",
"@types/node": "22.9.0",
"@types/node": "22.9.4",
"eslint": "8.56.0",

@@ -69,4 +69,4 @@ "jest": "29.7.0",

"tsup": "8.3.5",
"tsconfig": "0.0.0",
"eslint-config-custom": "0.0.0"
"eslint-config-custom": "0.0.0",
"tsconfig": "0.0.0"
},

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

@@ -32,3 +32,3 @@ # 🍙 @vercel/blob

1. [Server uploads](https://vercel.com/docs/storage/vercel-blob/quickstart#server-uploads): This is the most common way to upload files. The file is first sent to your server and then to Vercel Blob. It's straightforward to implement, but you are limited to the request body your server can handle. Which in case of a Vercel-hosted website is 4.5 MB. **This means you can't upload files larger than 4.5 MB on Vercel when using this method.**
2. [Client uploads](https://vercel.com/docs/storage/vercel-blob/quickstart#client-uploads): This is a more advanced solution for when you need to upload larger files. The file is securely sent directly from the client (a browser for example) to Vercel Blob. This requires a bit more work to implement, but it allows you to upload files up to 500 MB.
2. [Client uploads](https://vercel.com/docs/storage/vercel-blob/quickstart#client-uploads): This is a more advanced solution for when you need to upload larger files. The file is securely sent directly from the client (a browser for example) to Vercel Blob. This requires a bit more work to implement, but it allows you to upload files up to 5 TB.

@@ -35,0 +35,0 @@ ## Releasing

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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