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.0.3 to 0.0.4

9

index.js

@@ -56,2 +56,11 @@ /**

/**
* Set a function to run when the websockets connetion has been disconnected.
* This is very useful when you want to be sure the websockets connection has been closed.
* @param {function} fn
*/
onDisconnect(fn) {
this.connection.on('close', fn)
}
/**
* Publishes a Serverless Platform Event

@@ -58,0 +67,0 @@ */

2

package.json
{
"name": "@serverless/platform-client",
"version": "0.0.3",
"version": "0.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "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