Socket
Socket
Sign inDemoInstall

@barchart/events-client-js

Package Overview
Dependencies
19
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

6

lib/engine/EventFactory.js

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

build(event, context) {
assert.argumentIsRequired(event, 'event', EventType, 'EventType');
build(type, context) {
assert.argumentIsRequired(type, 'type', EventType, 'EventType');
assert.argumentIsArray(context,'context');

@@ -32,3 +32,3 @@

product: this._product,
event: event,
type: type,
timestamp: Timestamp.now().timestamp,

@@ -35,0 +35,0 @@ context: context,

{
"name": "@barchart/events-client-js",
"version": "1.0.6",
"version": "1.0.7",
"description": "JavaScript library for interfacing with Barchart's Events API",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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