New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@barchart/marketdata-api-js

Package Overview
Dependencies
Maintainers
14
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@barchart/marketdata-api-js - npm Package Compare versions

Comparing version

to
6.2.2

2

lib/meta.js

@@ -5,4 +5,4 @@ module.exports = (() => {

return {
version: '6.2.1'
version: '6.2.2'
};
})();
{
"name": "@barchart/marketdata-api-js",
"version": "6.2.1",
"version": "6.2.2",
"description": "SDK for streaming market data from Barchart.com",

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

@@ -16,2 +16,6 @@ # @barchart/marketdata-api-js

### Openfeed
This library receives market data using a proprietary protocol called DDF. For new development, Barchart has switched to an open-source protocol called [Openfeed](https://docs.barchart.com/openfeed/#/) to transfer market data. Consequently, this library will be marked as deprecated in the near future. You can access new SDK libraries for Openfeed [here](https://www.barchart.com/solutions/services/stream).
### Documentation

@@ -21,7 +25,7 @@

* [https://docs.barchart.com/marketdata-api-js/](https://docs.barchart.com/marketdata-api-js/)
* [https://barchart.github.io/marketdata-api-js/#/](https://barchart.github.io/marketdata-api-js/#/)
### Demos
Working demos are available for web browser and Node.js environments. Please refer to the [documentation](https://docs.barchart.com/marketdata-api-js/#/content/quick_start?id=demos).
Working demos are available for web browser and Node.js environments. Please refer to the [documentation](https://barchart.github.io/marketdata-api-js/#/content/quick_start?id=demos).

@@ -28,0 +32,0 @@ ### Package Managers