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

@metaverse-network-sdk/api

Package Overview
Dependencies
Maintainers
3
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metaverse-network-sdk/api - npm Package Compare versions

Comparing version 0.0.1-51-1 to 0.0.1-51-2

4

dist/api-manager.js

@@ -247,3 +247,2 @@ "use strict";

if (error.isModule) {
console.log(error.isModule);
// for module errors, we have the section indexed, lookup

@@ -265,4 +264,5 @@ const decoded = this.api.registry.findMetaError(error.asModule);

else {
txErrors.forEach(({ event: { data: [error, info], }, }) => {
txErrors.forEach((txError) => {
try {
const error = txError.event.data[0];
if (error.isModule) {

@@ -269,0 +269,0 @@ console.log(error.isModule);

{
"name": "@metaverse-network-sdk/api",
"version": "0.0.1-51-1",
"version": "0.0.1-51-2",
"description": "Extended API library for polkadot.js",

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

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