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

@futureverse/asset-registry

Package Overview
Dependencies
Maintainers
15
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@futureverse/asset-registry - npm Package Compare versions

Comparing version 1.7.2 to 1.7.3

6

generated/index.d.ts

@@ -710,2 +710,3 @@ import { AssetTransactionMessage } from '../types';

__typename: 'Transaction';
error?: Maybe<TransactionError>;
events: Array<TransactionEvent>;

@@ -1314,2 +1315,7 @@ /** A globally unique ID of the object. */

}>;
error?: {
__typename: 'TransactionError';
message: string;
code: number;
} | null;
};

@@ -1316,0 +1322,0 @@ };

4

index.js

@@ -415,2 +415,6 @@ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./index-c63845ac.js"),Z=require("io-ts"),a=require("graphql-tag"),ee=require("graphql-request"),b=require("siwe");require("@fp-ts/data");require("ethers");function te(r){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(r){for(const t in r)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(r,t);Object.defineProperty(e,t,n.get?n:{enumerable:!0,get:()=>r[t]})}}return e.default=r,Object.freeze(e)}const o=te(Z);var I=(r=>(r.Erc721="ERC721",r.Erc1155="ERC1155",r))(I||{});const y=a`

transactionHash
error {
message
code
}
}

@@ -417,0 +421,0 @@ }

@@ -83,2 +83,7 @@ import { AssetTreeInput, RegisterTokenSchemaInput, CreateSchemaInput, RegisterOffChainAssetInput, GetTransactionInput, GetNamespacesAndSchemasQueryVariables, SubmitTransactionInput, SubmitTransactionSuccess, CreateNamespaceInput, CreateWebhookEndpointInput, DeleteWebhookEndpointInput, CreateWebhookSubscriptionInput, DeleteWebhookSubscriptionInput, GetAssetQueryVariables, GetAssetsQueryVariables, GetDomainsQueryVariables, GetOffChainAssetsQueryVariables, GetTokenSchemaQueryVariables, GetTokenSchemasQueryVariables, GetWebhookEndpointQueryVariables, GetWebhookEndpointsQueryVariables, GetWebhookSubscriptionQueryVariables, GetWebhookSubscriptionsQueryVariables, GetNamespaceQueryVariables, GetNamespacesQueryVariables } from '../generated';

}[];
error?: {
__typename: "TransactionError";
message: string;
code: number;
} | null | undefined;
}>;

@@ -85,0 +90,0 @@ /**

2

package.json
{
"name": "@futureverse/asset-registry",
"version": "1.7.2",
"version": "1.7.3",
"main": "./index.js",

@@ -5,0 +5,0 @@ "types": "./index.d.ts",

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