Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vercel/node-bridge

Package Overview
Dependencies
Maintainers
13
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/node-bridge - npm Package Compare versions

Comparing version 1.3.1-canary.0 to 1.3.1-canary.1

4

bridge.d.ts

@@ -19,3 +19,3 @@ /// <reference types="node" />

body: string;
encoding: string;
encoding: BufferEncoding;
}

@@ -39,5 +39,5 @@ interface ServerLike {

listen(): void | Server;
launcher(event: NowProxyEvent | APIGatewayProxyEvent, context: Context): Promise<NowProxyResponse>;
launcher(event: NowProxyEvent | APIGatewayProxyEvent, context: Pick<Context, 'callbackWaitsForEmptyEventLoop'>): Promise<NowProxyResponse>;
consumeEvent(reqId: string): NowProxyRequest;
}
export {};
{
"name": "@vercel/node-bridge",
"version": "1.3.1-canary.0",
"version": "1.3.1-canary.1",
"license": "MIT",

@@ -8,3 +8,3 @@ "main": "./index.js",

"type": "git",
"url": "https://github.com/zeit/now.git",
"url": "https://github.com/vercel/vercel.git",
"directory": "packages/now-node-bridge"

@@ -26,3 +26,3 @@ },

},
"gitHead": "fc7d6bf6706fdfc8464494a5fd0d7792f7b84404"
"gitHead": "081b3fd3db01ad2252036fb3a2503e14868103fe"
}

Sorry, the diff of this file is not supported yet

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