You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@netlify/blobs

Package Overview
Dependencies
Maintainers
18
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netlify/blobs - npm Package Compare versions

Comparing version

to
6.0.1

2

dist/main.js

@@ -250,3 +250,3 @@ // src/environment.ts

const res = await this.client.makeRequest({ key, method: "delete" /* DELETE */, storeName: this.name });
if (![200, 202, 404].includes(res.status)) {
if (![200, 204, 404].includes(res.status)) {
throw new BlobsInternalError(res.status);

@@ -253,0 +253,0 @@ }

{
"name": "@netlify/blobs",
"version": "6.0.0",
"version": "6.0.1",
"description": "A JavaScript client for the Netlify Blob Store",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet