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

bridge

Package Overview
Dependencies
Maintainers
1
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.9 to 2.0.10

2

dist/package/routes/types.d.ts
import { BridgeHandler } from '../core';
export type Method = 'POST' | 'PATCH' | 'GET' | 'DELETE' | 'PUT';
export type BridgeRoutes<Object extends BridgeRoutes = {}> = {
[key: string]: Object | BridgeHandler;
[key: string]: Object | BridgeHandler | any;
};

@@ -6,0 +6,0 @@ export declare const isBridgeRoutes: (data: any) => data is BridgeRoutes<{}>;

{
"name": "bridge",
"version": "2.0.9",
"version": "2.0.10",
"description": "Bridge is a new way of developing your api's",

@@ -5,0 +5,0 @@ "author": "El Ouahabi Nabil",

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