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

@portkey/provider-types

Package Overview
Dependencies
Maintainers
0
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@portkey/provider-types - npm Package Compare versions

Comparing version 2.4.0-alpha.2 to 2.4.0-alpha.3

8

dist/commonjs/request.d.ts

@@ -52,6 +52,2 @@ export interface IRequestParams<T = any> {

readonly SET_WALLET_CONFIG_OPTIONS: "setWalletConfigOptions";
/**
* @remark only use iframe provider
*/
readonly WALLET_DISCONNECT: "disconnect";
};

@@ -68,2 +64,6 @@ export type MethodsBaseType = (typeof MethodsBase)[keyof typeof MethodsBase];

readonly GET_WALLET_MANAGER_SYNC_STATUS: "wallet_getManagerSyncStatus";
/**
* @remark only use iframe provider
*/
readonly WALLET_DISCONNECT: "wallet_disconnect";
};

@@ -70,0 +70,0 @@ export type MethodsWalletType = (typeof MethodsWallet)[keyof typeof MethodsWallet];

@@ -38,6 +38,2 @@ "use strict";

SET_WALLET_CONFIG_OPTIONS: 'setWalletConfigOptions',
/**
* @remark only use iframe provider
*/
WALLET_DISCONNECT: 'disconnect',
};

@@ -53,3 +49,7 @@ exports.MethodsWallet = {

GET_WALLET_MANAGER_SYNC_STATUS: 'wallet_getManagerSyncStatus',
/**
* @remark only use iframe provider
*/
WALLET_DISCONNECT: 'wallet_disconnect',
};
//# sourceMappingURL=request.js.map

@@ -52,6 +52,2 @@ export interface IRequestParams<T = any> {

readonly SET_WALLET_CONFIG_OPTIONS: "setWalletConfigOptions";
/**
* @remark only use iframe provider
*/
readonly WALLET_DISCONNECT: "disconnect";
};

@@ -68,2 +64,6 @@ export type MethodsBaseType = (typeof MethodsBase)[keyof typeof MethodsBase];

readonly GET_WALLET_MANAGER_SYNC_STATUS: "wallet_getManagerSyncStatus";
/**
* @remark only use iframe provider
*/
readonly WALLET_DISCONNECT: "wallet_disconnect";
};

@@ -70,0 +70,0 @@ export type MethodsWalletType = (typeof MethodsWallet)[keyof typeof MethodsWallet];

@@ -35,6 +35,2 @@ export var ResponseCode;

SET_WALLET_CONFIG_OPTIONS: 'setWalletConfigOptions',
/**
* @remark only use iframe provider
*/
WALLET_DISCONNECT: 'disconnect',
};

@@ -50,3 +46,7 @@ export const MethodsWallet = {

GET_WALLET_MANAGER_SYNC_STATUS: 'wallet_getManagerSyncStatus',
/**
* @remark only use iframe provider
*/
WALLET_DISCONNECT: 'wallet_disconnect',
};
//# sourceMappingURL=request.js.map

@@ -52,6 +52,2 @@ export interface IRequestParams<T = any> {

readonly SET_WALLET_CONFIG_OPTIONS: "setWalletConfigOptions";
/**
* @remark only use iframe provider
*/
readonly WALLET_DISCONNECT: "disconnect";
};

@@ -68,2 +64,6 @@ export type MethodsBaseType = (typeof MethodsBase)[keyof typeof MethodsBase];

readonly GET_WALLET_MANAGER_SYNC_STATUS: "wallet_getManagerSyncStatus";
/**
* @remark only use iframe provider
*/
readonly WALLET_DISCONNECT: "wallet_disconnect";
};

@@ -70,0 +70,0 @@ export type MethodsWalletType = (typeof MethodsWallet)[keyof typeof MethodsWallet];

{
"name": "@portkey/provider-types",
"version": "2.4.0-alpha.2",
"version": "2.4.0-alpha.3",
"description": "",

@@ -46,3 +46,3 @@ "main": "./dist/commonjs/index.js",

},
"gitHead": "cc18f1a8ac871ac66e5256ad81b660390cefd74a"
"gitHead": "feec7769d6f373f98c9406c22ed5d2d57e79807a"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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