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

screwdriver-executor-base

Package Overview
Dependencies
Maintainers
8
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

screwdriver-executor-base - npm Package Compare versions

Comparing version 8.4.1 to 8.5.0

14

index.js

@@ -259,4 +259,18 @@ 'use strict';

}
/**
* Enqueue webhookConfig to queue service
* @method enqueueWebhook
* @param {Object} config Configuration
* @return {Promise}
*/
enqueueWebhook(config) {
return this._enqueueWebhook(config);
}
async _enqueueWebhook() {
throw new Error('Not implemented');
}
}
module.exports = Executor;

2

package.json
{
"name": "screwdriver-executor-base",
"version": "8.4.1",
"version": "8.5.0",
"description": "Base class defining the interface for executor implementations",

@@ -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