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

@gnosis.pm/safe-apps-provider

Package Overview
Dependencies
Maintainers
17
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gnosis.pm/safe-apps-provider - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "@gnosis.pm/safe-apps-provider",
"version": "0.2.0",
"version": "0.2.1",
"description": "A provider wrapper of Safe Apps SDK",

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

@@ -20,2 +20,6 @@ import SafeAppsSDK, { SafeInfo, Web3TransactionObject } from '@gnosis.pm/safe-apps-sdk';

interface ExtendedTx extends Web3TransactionObject {
transactionHash: string;
}
export class SafeAppProvider implements AsyncSendable {

@@ -131,5 +135,5 @@ private readonly safe: SafeInfo;

if (tx) {
tx.transactionHash = params[0];
(tx as ExtendedTx).transactionHash = params[0];
}
return tx;
return tx as ExtendedTx;
});

@@ -136,0 +140,0 @@ }

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