Socket
Socket
Sign inDemoInstall

@solana/codecs-data-structures

Package Overview
Dependencies
Maintainers
14
Versions
1046
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/codecs-data-structures - npm Package Compare versions

Comparing version 2.0.0-canary-20240809085418 to 2.0.0-canary-20240809133614

8

package.json
{
"name": "@solana/codecs-data-structures",
"version": "2.0.0-canary-20240809085418",
"version": "2.0.0-canary-20240809133614",
"description": "Codecs for various data structures",

@@ -52,5 +52,5 @@ "exports": {

"dependencies": {
"@solana/codecs-core": "2.0.0-canary-20240809085418",
"@solana/codecs-numbers": "2.0.0-canary-20240809085418",
"@solana/errors": "2.0.0-canary-20240809085418"
"@solana/codecs-core": "2.0.0-canary-20240809133614",
"@solana/errors": "2.0.0-canary-20240809133614",
"@solana/codecs-numbers": "2.0.0-canary-20240809133614"
},

@@ -57,0 +57,0 @@ "peerDependencies": {

@@ -577,3 +577,3 @@ [![npm][npm-image]][npm-url]

Finally, note that if `prefix` is set to `null` and no `noneValue` is provided, the codec assume that the item exists if and only if some remaining bytes are available to decode. This could be useful to describe data structures that may or may not have additional data to the end of the buffer.
Finally, note that if `prefix` is set to `null` and no `noneValue` is provided, the codec assumes that the item exists if and only if some remaining bytes are available to decode. This could be useful to describe data structures that may or may not have additional data to the end of the buffer.

@@ -580,0 +580,0 @@ ```ts

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