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.1

13

package.json
{
"name": "@netlify/blobs",
"version": "9.1.0",
"version": "9.1.1",
"description": "TypeScript client for Netlify Blobs",

@@ -56,3 +56,4 @@ "type": "module",

"test:dev:vitest:watch": "vitest watch",
"test:ci:vitest": "vitest run"
"test:ci:vitest": "vitest run",
"publint": "npx -y publint --strict"
},

@@ -70,4 +71,4 @@ "keywords": [],

"devDependencies": {
"@netlify/types": "1.1.0",
"@types/node": "^22.14.1",
"@netlify/types": "1.1.1",
"@types/node": "^20.5.1",
"node-fetch": "^3.3.1",

@@ -80,5 +81,5 @@ "semver": "^7.5.3",

"dependencies": {
"@netlify/dev-utils": "2.1.0",
"@netlify/runtime-utils": "1.3.0"
"@netlify/dev-utils": "2.1.1",
"@netlify/runtime-utils": "1.3.1"
}
}