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

serverless-plugin-stage-variables

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-plugin-stage-variables - npm Package Compare versions

Comparing version 1.9.3 to 1.9.4

2

package.json

@@ -22,3 +22,3 @@ {

"name": "serverless-plugin-stage-variables",
"version": "1.9.3"
"version": "1.9.4"
}

@@ -26,5 +26,5 @@ 'use strict';

// Log the variables during deployment:
this.serverless.cli.log('STAGING VARS: Loading variables.' );
this._serverless.cli.log('STAGING VARS: Loading variables.' );
Object.keys(variables).forEach(function(key){
this.serverless.cli.log(
this._serverless.cli.log(
'\t' + key

@@ -31,0 +31,0 @@ );

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