Socket
Socket
Sign inDemoInstall

@solana/codecs-core

Package Overview
Dependencies
Maintainers
14
Versions
1095
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.0.0-experimental.a23ca33 to 2.0.0-experimental.a7c0b6a

2

dist/index.node.js

@@ -167,3 +167,1 @@ // src/assertions.ts

export { assertByteArrayHasEnoughBytesForCodec, assertByteArrayIsNotEmptyForCodec, assertFixedSizeCodec, combineCodec, fixBytes, fixCodec, fixDecoder, fixEncoder, mapCodec, mapDecoder, mapEncoder, mergeBytes, padBytes, reverseCodec, reverseDecoder, reverseEncoder };
//# sourceMappingURL=out.js.map
//# sourceMappingURL=index.node.js.map

4

dist/types/codec.d.ts

@@ -44,5 +44,5 @@ /**

/**
* Defines common options for codec factories.
* Defines common configurations for codec factories.
*/
export type BaseCodecOptions = {
export type BaseCodecConfig = {
/** A custom description for the Codec. */

@@ -49,0 +49,0 @@ description?: string;

{
"name": "@solana/codecs-core",
"version": "2.0.0-experimental.a23ca33",
"version": "2.0.0-experimental.a7c0b6a",
"description": "Core types and helpers for encoding and decoding byte arrays on Solana",

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

Sorry, the diff of this file is not supported yet

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