@barchart/marketdata-api-js
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -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": { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
267391
8449
1