@pythnetwork/client
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -92,3 +92,3 @@ "use strict"; | ||
// aggregate price | ||
var priceComponent = data.readBigUInt64LE(0); | ||
var priceComponent = data.readBigInt64LE(0); | ||
var price = Number(priceComponent) * Math.pow(10, exponent); | ||
@@ -95,0 +95,0 @@ // aggregate confidence |
{ | ||
"name": "@pythnetwork/client", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Pyth price oracle data structures", | ||
@@ -28,3 +28,3 @@ "homepage": "https://pyth.network", | ||
], | ||
"license": "Apache", | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
@@ -31,0 +31,0 @@ "@types/jest": "^26.0.23", |
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
22645
6
0