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

screwdriver-executor-base

Package Overview
Dependencies
Maintainers
2
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 0.0.2 to 0.0.3

12

index.js

@@ -46,4 +46,16 @@ 'use strict';

}
/**
* Stream logs
* @method stream
* @param {Object} config Configuration
* @param {String} config.buildId Build id
* @param {Response} config.stream Response object to stream logs to
*/
stream() {
console.error('stream is not implemented');
throw new Error('not implemented');
}
}
module.exports = Executor;

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -23,2 +23,3 @@ 'use strict';

assert.throws(instance.stop, Error, 'not implemented');
assert.throws(instance.stream, Error, 'not implemented');
});

@@ -25,0 +26,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