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

10

dist/server.js

@@ -10,7 +10,7 @@ import {

// src/server.ts
import { createHmac } from "node:crypto";
import { createReadStream, promises as fs } from "node:fs";
import { tmpdir } from "node:os";
import { dirname, join, relative, resolve, sep } from "node:path";
import { platform } from "node:process";
import { createHmac } from "crypto";
import { createReadStream, promises as fs } from "fs";
import { tmpdir } from "os";
import { dirname, join, relative, resolve, sep } from "path";
import { platform } from "process";
import { HTTPServer } from "@netlify/dev-utils";

@@ -17,0 +17,0 @@ var API_URL_PATH = /\/api\/v1\/blobs\/(?<site_id>[^/]+)\/(?<store_name>[^/]+)\/?(?<key>[^?]*)/;

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

@@ -51,6 +51,6 @@ "type": "module",

"prepack": "npm run build",
"test": "run-s build test:dev",
"test": "run-s build test:ci",
"test:dev": "run-s build test:dev:*",
"test:ci": "run-s build test:ci:*",
"test:dev:vitest": "vitest run",
"test:dev:vitest": "vitest",
"test:dev:vitest:watch": "vitest watch",

@@ -71,5 +71,5 @@ "test:ci:vitest": "vitest run",

"devDependencies": {
"@netlify/types": "1.2.0",
"@types/node": "^20.5.1",
"node-fetch": "^3.3.1",
"npm-run-all2": "^8.0.4",
"semver": "^7.5.3",

@@ -81,5 +81,5 @@ "tmp-promise": "^3.0.3",

"dependencies": {
"@netlify/dev-utils": "2.2.0",
"@netlify/runtime-utils": "1.3.1"
"@netlify/dev-utils": "3.0.0",
"@netlify/runtime-utils": "2.0.0"
}
}