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

bridge

Package Overview
Dependencies
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bridge - npm Package Compare versions

Comparing version 2.0.66 to 2.0.67

4

dist/source/utilities/types.d.ts

@@ -24,3 +24,5 @@ import { BridgeHandler } from '../core/handlers';

error: any;
} ? never : T;
} ? never : T extends Promise<{
error: any;
}> ? never : T;
type NFooWithoutError<T extends Readonly<BridgeHandler[]>> = {

@@ -27,0 +29,0 @@ [K in keyof T]: T[K] extends BridgeHandler<(arg: any) => infer Output, any> ? {

{
"name": "bridge",
"version": "2.0.66",
"version": "2.0.67",
"description": "Bridge is a Typescript Node.js framework that provides an easy and scalable way to create REST APIs while generating the client code.",

@@ -5,0 +5,0 @@ "author": "Bridge Team <support@bridge.codes>",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc