@barchart/events-api-common
Advanced tools
Comparing version 1.4.1 to 1.4.2
{ | ||
"name": "@barchart/events-api-common", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Common classes used by the Barchart Event Tracking System", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -5,3 +5,3 @@ # @barchart/events-api-common | ||
A *private* library of shared JavaScript code used by the [Barchart Event Tracking System](https://github.com/barchart/aws-lambda-events) and client SDK. | ||
A *public* library of shared JavaScript code used by the [Barchart Event Tracking System](https://github.com/barchart/aws-lambda-events) and client SDK. | ||
@@ -16,3 +16,3 @@ ### Overview | ||
So, before data is exchanged, it must be converted to pure JSON. Conversely, when data is received, as pure JSON, its translated into more complex types before use. This is facilitated by the [Schema](https://github.com/barchart/barchart-common-js/blob/master/serialization/json/Schema.js) definitions which build custom "reviver" functions for [JSON parsing](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse). | ||
So, before data is exchanged, it must be converted to pure JSON. Conversely, when data is received, as pure JSON, its translated into more complex types before use. This is facilitated by the [```Schema```](https://github.com/barchart/barchart-common-js/blob/master/serialization/json/Schema.js) definitions which build custom "reviver" functions for [JSON parsing](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse). | ||
@@ -26,8 +26,7 @@ ### Notable Consumers | ||
This library has been published as a *private* module to NPM as [@barchart/events-api-common](https://www.npmjs.com/package/@barchart/events-api-common). | ||
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 login | ||
npm install @barchart/events-api-common -S | ||
``` | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28786
30