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.6.0 to 0.7.0-next.0

CHANGELOG.md

2

dist/provider.js

@@ -72,2 +72,4 @@ "use strict";

return this.sdk.eth.getCode([utils_1.getLowerCase(params[0]), params[1]]);
case 'eth_getTransactionCount':
return this.sdk.eth.getTransactionCount([utils_1.getLowerCase(params[0]), params[1]]);
case 'eth_getStorageAt':

@@ -74,0 +76,0 @@ return this.sdk.eth.getStorageAt([utils_1.getLowerCase(params[0]), params[1], params[2]]);

7

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

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

"dependencies": {
"@gnosis.pm/safe-apps-sdk": "4.0.0",
"@gnosis.pm/safe-apps-sdk": "4.1.0-next.0",
"events": "^3.3.0"
},
"publishConfig": {
"access": "public"
}
}

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

case 'eth_getTransactionCount':
return this.sdk.eth.getTransactionCount([getLowerCase(params[0]), params[1]]);
case 'eth_getStorageAt':

@@ -98,0 +101,0 @@ return this.sdk.eth.getStorageAt([getLowerCase(params[0]), params[1], params[2]]);

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