Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pythnetwork/client

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pythnetwork/client - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

CHANGELOG.md

2

lib/index.js

@@ -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",

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