From 3a46ef292196d28cb19002ff36a53719857ef5f2 Mon Sep 17 00:00:00 2001 From: fossabot Date: Wed, 19 Jan 2022 03:13:28 -0500 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9f9cb24..f43f85d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # @dxfeed/api [![Version](https://img.shields.io/npm/v/@dxfeed/api.svg?style=flat-square)](https://www.npmjs.com/package/@dxfeed/api) +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FdxFeed%2Fdxfeed-js-api.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FdxFeed%2Fdxfeed-js-api?ref=badge_shield) This package provides access to [dxFeed](https://www.dxfeed.com/) streaming data. @@ -86,3 +87,7 @@ If you need to close the web socket connection ```ts feed.disconnect() ``` + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FdxFeed%2Fdxfeed-js-api.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FdxFeed%2Fdxfeed-js-api?ref=badge_large) \ No newline at end of file