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.1 to 2.4.0-alpha.2

4

dist/commonjs/request.d.ts

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

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

@@ -54,0 +58,0 @@ export type MethodsBaseType = (typeof MethodsBase)[keyof typeof MethodsBase];

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

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

@@ -40,0 +44,0 @@ exports.MethodsWallet = {

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

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

@@ -54,0 +58,0 @@ export type MethodsBaseType = (typeof MethodsBase)[keyof typeof MethodsBase];

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

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

@@ -37,0 +41,0 @@ export const MethodsWallet = {

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

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

@@ -54,0 +58,0 @@ export type MethodsBaseType = (typeof MethodsBase)[keyof typeof MethodsBase];

4

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

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

},
"gitHead": "e1d6f25eac9a174de5a8599a6899668e200536b9"
"gitHead": "cc18f1a8ac871ac66e5256ad81b660390cefd74a"
}

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