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

@solana/codecs-core

Package Overview
Dependencies
Maintainers
14
Versions
1242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/codecs-core - npm Package Compare versions

Comparing version 2.1.0-canary-20241126104400 to 2.1.0-canary-20241126223728

4

package.json
{
"name": "@solana/codecs-core",
"version": "2.1.0-canary-20241126104400",
"version": "2.1.0-canary-20241126223728",
"description": "Core types and helpers for encoding and decoding byte arrays on Solana",

@@ -57,3 +57,3 @@ "exports": {

"dependencies": {
"@solana/errors": "2.1.0-canary-20241126104400"
"@solana/errors": "2.1.0-canary-20241126223728"
},

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

@@ -8,9 +8,9 @@ [![npm][npm-image]][npm-url]

[code-style-prettier-url]: https://github.com/prettier/prettier
[npm-downloads-image]: https://img.shields.io/npm/dm/@solana/codecs-core/rc.svg?style=flat
[npm-image]: https://img.shields.io/npm/v/@solana/codecs-core/rc.svg?style=flat
[npm-url]: https://www.npmjs.com/package/@solana/codecs-core/v/rc
[npm-downloads-image]: https://img.shields.io/npm/dm/@solana/codecs-core/next.svg?style=flat
[npm-image]: https://img.shields.io/npm/v/@solana/codecs-core/next.svg?style=flat
[npm-url]: https://www.npmjs.com/package/@solana/codecs-core/v/next
# @solana/codecs-core
This package contains the core types and functions for encoding and decoding data structures on Solana. It can be used standalone, but it is also exported as part of the Solana JavaScript SDK [`@solana/web3.js@rc`](https://github.com/solana-labs/solana-web3.js/tree/master/packages/library).
This package contains the core types and functions for encoding and decoding data structures on Solana. It can be used standalone, but it is also exported as part of the Solana JavaScript SDK [`@solana/web3.js@next`](https://github.com/solana-labs/solana-web3.js/tree/master/packages/library).

@@ -17,0 +17,0 @@ This package is also part of the [`@solana/codecs` package](https://github.com/solana-labs/solana-web3.js/tree/master/packages/codecs) which acts as an entry point for all codec packages as well as for their documentation.

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