Socket
Socket
Sign inDemoInstall

@railgun-community/shared-models

Package Overview
Dependencies
Maintainers
2
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@railgun-community/shared-models - npm Package Compare versions

Comparing version 3.2.3 to 3.2.4

13

dist/models/response-types.d.ts

@@ -109,2 +109,15 @@ import { BigNumber } from '@ethersproject/bignumber';

};
/**
* Synced from TokenType (@railgun-community/engine).
*/
export declare enum NFTTokenType {
ERC721 = 1,
ERC1155 = 2
}
export declare type RailgunNFTRecipient = {
nftAddress: string;
tokenSubIDString: string;
nftTokenType: NFTTokenType;
recipientAddress: string;
};
export declare type EncryptDataWithSharedKeyResponse = {

@@ -111,0 +124,0 @@ encryptedData: [string, string];

10

dist/models/response-types.js
"use strict";
exports.__esModule = true;
exports.ChainType = void 0;
exports.NFTTokenType = exports.ChainType = void 0;
var ChainType;

@@ -8,2 +8,10 @@ (function (ChainType) {

})(ChainType = exports.ChainType || (exports.ChainType = {}));
/**
* Synced from TokenType (@railgun-community/engine).
*/
var NFTTokenType;
(function (NFTTokenType) {
NFTTokenType[NFTTokenType["ERC721"] = 1] = "ERC721";
NFTTokenType[NFTTokenType["ERC1155"] = 2] = "ERC1155";
})(NFTTokenType = exports.NFTTokenType || (exports.NFTTokenType = {}));
//# sourceMappingURL=response-types.js.map

2

package.json
{
"name": "@railgun-community/shared-models",
"version": "3.2.3",
"version": "3.2.4",
"license": "MIT",

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

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