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-0b51657

images/format-resizing-response.cjs

3

index.d.ts

@@ -1,2 +0,3 @@

export * from './router';
export type { Assets, RequestContext } from './router';
export { Router } from './router';
//# sourceMappingURL=index.d.ts.map

@@ -1,2 +0,3 @@

import { Router as e } from "./router.js";
import "./index-B_hJqMhp.js";
import { Router as e } from "./router/router.js";
export {

@@ -3,0 +4,0 @@ e as Router

{
"name": "build-output-router",
"version": "0.0.1-042ec4c",
"version": "0.0.1-0b51657",
"description": "Router for the Build Output API (v3)",

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

},
"./utils": {
"import": "./utils/index.js",
"require": "./utils/index.cjs",
"types": "./utils/index.d.ts"
"./router": {
"import": "./router/index.js",
"require": "./router/index.cjs",
"types": "./router/index.d.ts"
},
"./images": {
"import": "./images/index.js",
"require": "./images/index.cjs",
"types": "./images/index.d.ts"
}

@@ -44,7 +49,8 @@ },

"vite-plugin-dts": "^4.2.2",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.1"
},
"dependencies": {
"cookie": "^0.6.0",
"pcre-to-regexp": "^1.1.0"
"cookie": "0.6.0",
"pcre-to-regexp": "1.1.0"
},

@@ -51,0 +57,0 @@ "versionMetadata": {

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet