Socket
Socket
Sign inDemoInstall

@sylo/polkadot-rpc-provider

Package Overview
Dependencies
113
Maintainers
13
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.48.4 to 0.48.5

9

coder/index.js

@@ -53,10 +53,3 @@ "use strict";

if (error) {
const code = error.code,
data = error.data,
message = error.message;
const _data = (0, _util.isUndefined)(data) ? '' : ' (' + `${data}`.substr(0, 10) + ')';
console.error(`${code}: ${message}${_data}`);
throw new Error(`${code}: ${message}${_data}`);
throw new Error(JSON.stringify(error));
}

@@ -63,0 +56,0 @@ }

2

package.json
{
"name": "@sylo/polkadot-rpc-provider",
"version": "0.48.4",
"version": "0.48.5",
"description": "Transport providers for the API",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc