@solana/codecs-core
Advanced tools
Comparing version 2.1.0-canary-20241126104400 to 2.1.0-canary-20241126223728
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
495510
+ Added@solana/errors@2.1.0-canary-20241126223728(transitive)
- Removed@solana/errors@2.1.0-canary-20241126104400(transitive)