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.8.0 to 0.9.0

12

lib/index.js

@@ -219,11 +219,15 @@ const domains = require('./domains')

/**
* Save Instance
* Run Finish
* @param {object} instance An object representing your Instance definition.
* @param {string} method The action that was performed on the Component.
*/
async saveInstance(instance = {}) {
async runFinish(instance = {}, method = null) {
return await utils.request({
endpoint: `${this.getDomain('engine')}/saveInstance`,
endpoint: `${this.getDomain('engine')}/runFinish`,
accessKey: this.accessKey,
method: 'POST',
data: { instance },
data: {
instance,
method
},
})

@@ -230,0 +234,0 @@ }

{
"name": "@serverless/platform-client",
"version": "0.8.0",
"version": "0.9.0",
"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