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.1.0 to 0.1.1

8

index.js

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

constructor(config = {}) {
this.context = {}
// Set config

@@ -25,4 +26,9 @@ this.config(config)

this.platformStage = process.env.SERVERLESS_PLATFORM_STAGE || config.platformStage || 'prod'
this.context = config.context || this.context || {}
this.debugMode = config.debug || false
this.context.orgUid = config.orgUid || null
this.context.orgName = config.orgName || null
this.context.stageName = config.stageName || null
this.context.appName = config.appName || null
this.context.instanceName = config.instanceName || null
}

@@ -29,0 +35,0 @@

2

package.json
{
"name": "@serverless/platform-client",
"version": "0.1.0",
"version": "0.1.1",
"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