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
5
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 6.0.1 to 6.0.2

2

lib/meta.js

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

return {
version: '6.0.1'
version: '6.0.2'
};
})();

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

return sign * (parseInt(str) / 1000000);
case 'F':
return sign * (parseInt(str) / 10000000);
default:

@@ -74,0 +76,0 @@ return sign * parseInt(str);

{
"name": "@barchart/marketdata-api-js",
"version": "6.0.1",
"version": "6.0.2",
"description": "SDK for streaming market data from Barchart.com",

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

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