Socket
Socket
Sign inDemoInstall

@barchart/events-api-common

Package Overview
Dependencies
2
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.20 to 1.0.21

.jshintrc

4

lib/api/failures/EventJobFailureType.js

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

/**
* A static container for {@link FailureType} objects.
*
*/
class EventJobFailureType {

@@ -8,0 +12,0 @@ constructor() {

2

lib/data/serialization/EventJobSchema.js

@@ -74,3 +74,3 @@ const assert = require('@barchart/common-js/lang/assert'),

toString() {
return '[EventJobSchema]';
return `[EventJobSchema (code=${this._code})]`;
}

@@ -77,0 +77,0 @@ }

@@ -52,3 +52,3 @@ const assert = require('@barchart/common-js/lang/assert'),

toString() {
return '[EventSchema]';
return `[EventSchema (code=${this._code})]`;
}

@@ -55,0 +55,0 @@ }

{
"name": "@barchart/events-api-common",
"version": "1.0.20",
"version": "1.0.21",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc