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

@solana/codecs-core

Package Overview
Dependencies
Maintainers
14
Versions
1256
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

to
2.0.0-experimental.db42a99

6

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

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

"test:treeshakability:browser": "agadoo dist/index.browser.js",
"test:treeshakability:native": "agadoo dist/index.node.js",
"test:treeshakability:node": "agadoo dist/index.native.js",
"test:treeshakability:native": "agadoo dist/index.native.js",
"test:treeshakability:node": "agadoo dist/index.node.js",
"test:typecheck": "tsc --noEmit",

@@ -94,0 +94,0 @@ "test:unit:browser": "jest -c node_modules/test-config/jest-unit.config.browser.ts --rootDir . --silent",