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

@solana/options

Package Overview
Dependencies
Maintainers
14
Versions
1190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/options - npm Package Compare versions

Comparing version 2.0.0-experimental.cf6ca9d to 2.0.0-experimental.d1457f3

2

dist/index.browser.js

@@ -98,3 +98,1 @@ import { fixBytes, mergeBytes, combineCodec, assertFixedSizeCodec } from '@solana/codecs-core';

export { getOptionCodec, getOptionDecoder, getOptionEncoder, isNone, isOption, isSome, none, some, unwrapOption, unwrapOptionRecursively, wrapNullable };
//# sourceMappingURL=out.js.map
//# sourceMappingURL=index.browser.js.map

6

package.json
{
"name": "@solana/options",
"version": "2.0.0-experimental.cf6ca9d",
"version": "2.0.0-experimental.d1457f3",
"description": "Managing and serializing Rust-like Option types in JavaScript",

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

"dependencies": {
"@solana/codecs-core": "2.0.0-experimental.cf6ca9d",
"@solana/codecs-numbers": "2.0.0-experimental.cf6ca9d"
"@solana/codecs-core": "2.0.0-experimental.d1457f3",
"@solana/codecs-numbers": "2.0.0-experimental.d1457f3"
},

@@ -56,0 +56,0 @@ "devDependencies": {

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