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
16
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
9.1.6

dist/chunk-YKFYEM4M.js

2

dist/main.js

@@ -11,3 +11,3 @@ import {

setEnvironmentContext
} from "./chunk-IAHPN3L2.js";
} from "./chunk-YKFYEM4M.js";

@@ -14,0 +14,0 @@ // src/lambda_compat.ts

@@ -7,3 +7,3 @@ import {

isNodeError
} from "./chunk-IAHPN3L2.js";
} from "./chunk-YKFYEM4M.js";

@@ -259,3 +259,3 @@ // src/server.ts

}
const apiURLMatch = req.url.match(API_URL_PATH);
const apiURLMatch = API_URL_PATH.exec(req.url);
if (apiURLMatch) {

@@ -275,3 +275,3 @@ const key = apiURLMatch.groups?.key;

}
const legacyAPIURLMatch = req.url.match(LEGACY_API_URL_PATH);
const legacyAPIURLMatch = LEGACY_API_URL_PATH.exec(req.url);
if (legacyAPIURLMatch) {

@@ -278,0 +278,0 @@ const fullURL = new URL(req.url, this.address);

{
"name": "@netlify/blobs",
"version": "9.1.5",
"version": "9.1.6",
"description": "TypeScript client for Netlify Blobs",

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

"dependencies": {
"@netlify/dev-utils": "3.1.1",
"@netlify/dev-utils": "3.2.0",
"@netlify/runtime-utils": "2.1.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet