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

@serverless/platform-sdk

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serverless/platform-sdk - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2-5-gc35c02b

2

dist/logout/index.js

@@ -51,2 +51,4 @@ 'use strict';

loggedInUser.enterprise.timeLastLogout = Math.round(+new Date() / 1000);
configFile.userId = null;
}

@@ -53,0 +55,0 @@

5

dist/utils/configFile.js

@@ -87,3 +87,3 @@ 'use strict';

* Write Config File
* - Writes a .serverlessrc file on the local machine in the root dir.
* - Writes a .serverlessrc file on the local machine in the root dir
*/

@@ -107,2 +107,5 @@

var config = readConfigFile();
if (!config.userId) {
return null;
}
var user = (0, _ramda.path)(['users', config.userId, 'dashboard'], config);

@@ -109,0 +112,0 @@ if (!user || !user.username) {

{
"name": "@serverless/platform-sdk",
"version": "2.0.1",
"version": "2.0.2-5-gc35c02b",
"description": "Serverless Platform SDK",

@@ -5,0 +5,0 @@ "author": "Serverless, Inc.",

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