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

@serverless/platform-client

Package Overview
Dependencies
Maintainers
4
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serverless/platform-client - npm Package Compare versions

Comparing version 0.14.1 to 0.14.2

4

lib/Connection.js

@@ -43,4 +43,4 @@ /**

}
if (options.orgName) headers['X-SERVERLESS-PLATFORM-STREAMING-ORG-NAME'] = this.sdk.context.orgName
if (options.orgUid) headers['X-SERVERLESS-PLATFORM-STREAMING-ORG-ID'] = this.sdk.context.orgUid
if (this.sdk.context.orgName) headers['X-SERVERLESS-PLATFORM-STREAMING-ORG-NAME'] = this.sdk.context.orgName
if (this.sdk.context.orgUid) headers['X-SERVERLESS-PLATFORM-STREAMING-ORG-ID'] = this.sdk.context.orgUid

@@ -47,0 +47,0 @@ // Instantiate websockets library

{
"name": "@serverless/platform-client",
"version": "0.14.1",
"version": "0.14.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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