@solana/rpc-transport
Advanced tools
Comparing version 2.0.0-experimental.20762e0 to 2.0.0-experimental.21f7d3e
export declare const SolanaJsonRpcErrorCode: { | ||
readonly JSON_RPC_INVALID_PARAMS: -32602; | ||
readonly JSON_RPC_SCAN_ERROR: -32012; | ||
@@ -3,0 +4,0 @@ readonly JSON_RPC_SERVER_ERROR_BLOCK_CLEANED_UP: -32001; |
{ | ||
"name": "@solana/rpc-transport", | ||
"version": "2.0.0-experimental.20762e0", | ||
"version": "2.0.0-experimental.21f7d3e", | ||
"description": "Network transports for accessing the Solana JSON RPC API", | ||
@@ -53,2 +53,3 @@ "exports": { | ||
"@types/jest": "^29.5.0", | ||
"@types/node": "^16", | ||
"@typescript-eslint/eslint-plugin": "^5.57.1", | ||
@@ -85,5 +86,2 @@ "@typescript-eslint/parser": "^5.57.1", | ||
}, | ||
"dependencies": { | ||
"node-fetch": "^3.3.1" | ||
}, | ||
"scripts": { | ||
@@ -90,0 +88,0 @@ "compile:js": "tsup --config build-scripts/tsup.config.package.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
122365
0
24
1203
1
83
0
27
- Removednode-fetch@^3.3.1
- Removeddata-uri-to-buffer@4.0.1(transitive)
- Removedfetch-blob@3.2.0(transitive)
- Removedformdata-polyfill@4.0.10(transitive)
- Removednode-domexception@1.0.0(transitive)
- Removednode-fetch@3.3.2(transitive)
- Removedweb-streams-polyfill@3.3.3(transitive)