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

@portal-hq/provider

Package Overview
Dependencies
Maintainers
6
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@portal-hq/provider - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

5

lib/commonjs/providers/index.js

@@ -30,7 +30,2 @@ "use strict";

];
const solanaSignerMethods = [
'requestAirdrop',
'sendTransaction',
'simulateTransaction',
];
class Provider {

@@ -37,0 +32,0 @@ constructor({

@@ -28,7 +28,2 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

];
const solanaSignerMethods = [
'requestAirdrop',
'sendTransaction',
'simulateTransaction',
];
class Provider {

@@ -35,0 +30,0 @@ constructor({

4

package.json
{
"name": "@portal-hq/provider",
"version": "0.2.1",
"version": "0.2.2",
"license": "MIT",

@@ -20,3 +20,3 @@ "main": "lib/commonjs/index",

"dependencies": {
"@portal-hq/utils": "^0.2.1"
"@portal-hq/utils": "^0.2.2"
},

@@ -23,0 +23,0 @@ "devDependencies": {

@@ -38,8 +38,2 @@ import {

const solanaSignerMethods = [
'requestAirdrop',
'sendTransaction',
'simulateTransaction',
]
class Provider {

@@ -46,0 +40,0 @@ public readonly mpcUrl: string

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