New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pythnetwork/client

Package Overview
Dependencies
Maintainers
4
Versions
44
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 2.11.0 to 2.12.0

5

CHANGELOG.md
# Changelog
## 2.12.0
- Add `PriceStatus.Ignored`
## 2.11.0

@@ -7,2 +11,3 @@

- ``ProductData.priceAccountKey` was `PublicKey` becomes `PublicKey | null` if the product account doesn't yet have a price account
- Anchor client now support `updProduct`

@@ -9,0 +14,0 @@ ## 2.10.0

3

lib/index.d.ts

@@ -14,3 +14,4 @@ /// <reference types="node" />

Halted = 2,
Auction = 3
Auction = 3,
Ignored = 4
}

@@ -17,0 +18,0 @@ export declare enum CorpAction {

@@ -19,2 +19,3 @@ "use strict";

PriceStatus[PriceStatus["Auction"] = 3] = "Auction";
PriceStatus[PriceStatus["Ignored"] = 4] = "Ignored";
})(PriceStatus = exports.PriceStatus || (exports.PriceStatus = {}));

@@ -21,0 +22,0 @@ var CorpAction;

{
"name": "@pythnetwork/client",
"version": "2.11.0",
"version": "2.12.0",
"description": "Client for consuming Pyth price data",

@@ -5,0 +5,0 @@ "homepage": "https://pyth.network",

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