New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

build-output-router

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-output-router - npm Package Compare versions

Comparing version

to
0.0.1-4acd97f

32

package.json
{
"name": "build-output-router",
"version": "0.0.1-43d06cc",
"version": "0.0.1-4acd97f",
"description": "Router for the Build Output API (v3)",

@@ -14,6 +14,28 @@ "license": "MIT",

},
"./utils": {
"import": "./utils/index.js",
"require": "./utils/index.cjs",
"types": "./utils/index.d.ts"
"./types/build-output": {
"types": "./types/build-output/index.d.ts"
},
"./types/images": {
"types": "./types/images/index.d.ts"
},
"./types/request-context": {
"types": "./types/request-context/index.d.ts"
},
"./types/vercel-config": {
"types": "./types/vercel-config/index.d.ts"
},
"./utils/http": {
"import": "./utils/http/index.js",
"require": "./utils/http/index.cjs",
"types": "./utils/http/index.d.ts"
},
"./utils/images": {
"import": "./utils/images/index.js",
"require": "./utils/images/index.cjs",
"types": "./utils/images/index.d.ts"
},
"./utils/routing": {
"import": "./utils/routing/index.js",
"require": "./utils/routing/index.cjs",
"types": "./utils/routing/index.d.ts"
}

@@ -20,0 +42,0 @@ },

4

README.md

@@ -24,3 +24,3 @@ <p align="center">

> [!NOTE]
> It is recommended to lock the version you use to a specific patch release.
> [!WARNING]
> There _might_ be changes the library's public API. It is recommended to lock the version you use to a specific patch release.