Socket
Socket
Sign inDemoInstall

@barchart/events-api-common

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@barchart/events-api-common - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

12

lib/api/failures/EventJobFailureType.js

@@ -12,2 +12,13 @@ const FailureType = require('@barchart/common-js/api/failures/FailureType');

/**
* Unable to get by unexpected reasons.
*
* @public
* @static
* @returns {FailureType}
*/
static EVENT_JOB_GET_FAILED() {
return eventJobGetFailed;
}
/**
* Unable to get, the report is still running.

@@ -35,2 +46,3 @@ *

const eventJobGetFailed = new FailureType('EVENT_JOB_GET_FAILED', 'Unable to get report because it\'s failed.');
const eventJobGetFailedRunning = new FailureType('EVENT_JOB_GET_FAILED_RUNNING', 'Unable to get report while it\'s running.');

@@ -37,0 +49,0 @@ const eventJobGetFailedNoJob = new FailureType('EVENT_JOB_GET_FAILED_NO_JOB', 'Unable to get report. The job source does not exist.');

2

package.json
{
"name": "@barchart/events-api-common",
"version": "1.0.11",
"version": "1.0.12",
"description": "Common classes used by the Event system",

@@ -5,0 +5,0 @@ "author": {

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