Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rarible/immutable-wallet

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rarible/immutable-wallet - npm Package Compare versions

Comparing version 0.13.65 to 0.13.68-fix.23

12

build/domain.d.ts
import type { Link } from "@imtbl/imx-sdk";
export declare type ImxNetwork = "mainnet" | "goerli";
export declare type ImxEnv = "testnet" | "prod";
export type ImxNetwork = "mainnet" | "goerli";
export type ImxEnv = "testnet" | "prod";
export declare enum ImxWalletProviderEnum {

@@ -10,3 +10,3 @@ METAMASK = "METAMASK",

}
export declare type ImxNetworkConfig = {
export type ImxNetworkConfig = {
network: ImxNetwork;

@@ -18,3 +18,3 @@ linkAddress: string;

};
export declare type ImxConnectResult = {
export type ImxConnectResult = {
address: string;

@@ -25,6 +25,6 @@ ethNetwork: string;

};
export declare type ImxConnectionData = ImxConnectResult & {
export type ImxConnectionData = ImxConnectResult & {
link: Link;
status: ImxWalletConnectionStatus;
};
export declare type ImxWalletConnectionStatus = "connected" | "disconnected";
export type ImxWalletConnectionStatus = "connected" | "disconnected";

@@ -10,2 +10,2 @@ "use strict";

ImxWalletProviderEnum["NONE"] = "NONE";
})(ImxWalletProviderEnum = exports.ImxWalletProviderEnum || (exports.ImxWalletProviderEnum = {}));
})(ImxWalletProviderEnum || (exports.ImxWalletProviderEnum = ImxWalletProviderEnum = {}));
{
"name": "@rarible/immutable-wallet",
"version": "0.13.65",
"version": "0.13.68-fix.23",
"description": "Immutable wallet util",

@@ -14,3 +14,5 @@ "license": "MIT",

"build": "tsc --project tsconfig-build.json",
"clean": "rimraf ./build",
"clean": "run-s clean:*",
"clean:build": "rimraf ./build",
"clean:tsbuildinfo": "rimraf ./tsconfig.tsbuildinfo",
"verify": "tsc --noEmit --project tsconfig-build.json"

@@ -21,7 +23,2 @@ },

},
"devDependencies": {
"@types/jest": "^27.0.2",
"jest": "^27.2.0",
"ts-jest": "^27.0.5"
},
"publishConfig": {

@@ -31,3 +28,3 @@ "access": "public",

},
"gitHead": "0914b70cbd932938435804b27149278b6a55d94d"
"gitHead": "e79be1c0c0634d457f775b8dfa110a2829d7ef33"
}

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