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.10.2 to 3.0.0-rc.0

26

package.json
{
"name": "@barchart/events-api-common",
"version": "1.10.2",
"version": "3.0.0-rc.0",
"description": "Common classes used by the Barchart Event Tracking System",

@@ -10,6 +10,10 @@ "author": {

},
"scripts": {},
"repository": {
"type": "git",
"url": "git+ssh://github.com/barchart/events-api-common.git"
"contributors": [
{
"name": "Igor Losev",
"email": "igor.losev.it@gmail.com"
}
],
"scripts": {
"lint": "jshint ./ --exclude './node_modules'"
},

@@ -20,12 +24,4 @@ "dependencies": {

},
"devDependencies": {
"git-get-status": "^1.0.5",
"gulp": "^4.0.2",
"gulp-git": "^2.9.0",
"gulp-jasmine": "^2.2.1",
"gulp-jshint": "~2.1.0",
"gulp-prompt": "^1.2.0",
"jshint": "^2.10.3"
},
"license": "MIT"
"license": "MIT",
"gitHead": "86c672c0c957b17cafce55e4b88743b5964e273a"
}
# @barchart/events-api-common
[![AWS CodeBuild](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoicXh1c2JCQUxUczU5YTZrUnN0QVNTaTl0VDlQSElobFh4QS9ua2FJZnkvZW1kL0RXVzlub1FqM0d5M3ovNjNydUROTUpzK3FtT0pWSTBRZzFYTk83THBBPSIsIml2UGFyYW1ldGVyU3BlYyI6IkYzL1pjVmlYakp6SEN6VTMiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master)](https://github.com/barchart/events-api-common)
A *public* library of shared JavaScript code used by the [Barchart Event Tracking System](https://github.com/barchart/aws-lambda-events) and client SDK.

@@ -11,3 +9,3 @@

#### [/lib/data/serialization](https://github.com/barchart/events-api-common/tree/master/lib/data/serialization)
#### [/lib/data/serialization](https://github.com/barchart/events-public/tree/master/packages/shared/common-js/lib/data/serialization)

@@ -20,4 +18,4 @@ Data is passed between client and server in JSON format. However, the code works with more complex types. For example, [```Decimal```](https://github.com/barchart/barchart-common-js/blob/master/lang/Decimal.js) instances are used in place of [native JavaScript floats](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number) and [```Day```](https://github.com/barchart/barchart-common-js/blob/master/lang/Day.js) instances are used instead of [native JavaScript Dates](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date).

* [@barchart/aws-lambda-events](https://github.com/barchart/aws-lambda-events) - Serverless applications (i.e. the backend)
* [@barchart/events-client-js](https://github.com/barchart/events-client-js) - JavaScript SDK for communicating with the backend.
* [@barchart/events-private](https://github.com/barchart/events-private) - Serverless applications (i.e. the backend)
* [@barchart/events-client-js](https://github.com/barchart/events-public/tree/master/packages/clients/sdk-js) - JavaScript SDK for communicating with the backend.

@@ -27,6 +25,1 @@ ### Package Managers

This library has been published as a *public* module to NPM as [@barchart/events-api-common](https://www.npmjs.com/package/@barchart/events-api-common).
```shell
npm install @barchart/events-api-common -S
```
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