New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wt-cli

Package Overview
Dependencies
Maintainers
3
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wt-cli - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

6

bin/utils/getTaskConfig.js

@@ -95,6 +95,8 @@ var Bluebird = require('bluebird');

// Then there is no config specified, just supply all secrets in .env and get out early
return _.merge({}, prevConfig, {
return Bluebird.resolve(
_.merge({}, prevConfig, {
secret: secret,
param: param
});
})
);
}

@@ -101,0 +103,0 @@

@@ -8,3 +8,3 @@ {

},
"version": "1.0.9",
"version": "1.0.10",
"description": "Webtask Command Line Interface",

@@ -11,0 +11,0 @@ "tags": [

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