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

@gnosis.pm/safe-apps-sdk

Package Overview
Dependencies
Maintainers
6
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.0.0 to 4.1.0-next.0

CHANGELOG.md

13

dist/package.json
{
"name": "@gnosis.pm/safe-apps-sdk",
"version": "4.0.0",
"version": "4.1.0-next.0",
"description": "SDK developed to integrate third-party apps with Safe-Multisig app.",

@@ -18,3 +18,3 @@ "main": "dist/src/index.js",

"test": "jest",
"format-dist": "sed -i '' 's/\"files\":/\"_files\":/' dist/package.json",
"format-dist": "sed -i 's/\"files\":/\"_files\":/' dist/package.json",
"build": "yarn rimraf dist && tsc && yarn format-dist",

@@ -28,4 +28,4 @@ "lint": "tslint -p tsconfig.json",

"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.12.4",
"@types/jest": "^26.0.24",
"@types/node": "^16.3.3",
"rimraf": "^3.0.2"

@@ -40,3 +40,6 @@ },

},
"homepage": "https://github.com/gnosis/safe-apps-sdk#readme"
"homepage": "https://github.com/gnosis/safe-apps-sdk#readme",
"publishConfig": {
"access": "public"
}
}

@@ -11,2 +11,3 @@ export declare const RPC_CALLS: {

readonly eth_getTransactionReceipt: "eth_getTransactionReceipt";
readonly eth_getTransactionCount: "eth_getTransactionCount";
};

@@ -14,3 +14,4 @@ "use strict";

eth_getTransactionReceipt: 'eth_getTransactionReceipt',
eth_getTransactionCount: 'eth_getTransactionCount',
};
//# sourceMappingURL=constants.js.map

@@ -12,2 +12,3 @@ import { BlockNumberArg, Communicator, Log, BlockTransactionString, BlockTransactionObject, Web3TransactionObject, TransactionConfig, Web3TransactionReceiptObject, PastLogsOptions } from '../types';

getTransactionReceipt: (params: [string]) => Promise<Web3TransactionReceiptObject>;
getTransactionCount: (params: [string, (string | undefined)?]) => Promise<number>;
private readonly communicator;

@@ -14,0 +15,0 @@ constructor(communicator: Communicator);

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

});
this.getTransactionCount = this.buildRequest({
call: constants_1.RPC_CALLS.eth_getTransactionCount,
formatters: [null, inputFormatters.defaultBlockParam],
});
}

@@ -49,0 +53,0 @@ buildRequest({ call, formatters }) {

{
"name": "@gnosis.pm/safe-apps-sdk",
"version": "4.0.0",
"version": "4.1.0-next.0",
"description": "SDK developed to integrate third-party apps with Safe-Multisig app.",

@@ -18,3 +18,3 @@ "main": "dist/src/index.js",

"test": "jest",
"format-dist": "sed -i '' 's/\"files\":/\"_files\":/' dist/package.json",
"format-dist": "sed -i 's/\"files\":/\"_files\":/' dist/package.json",
"build": "yarn rimraf dist && tsc && yarn format-dist",

@@ -28,4 +28,4 @@ "lint": "tslint -p tsconfig.json",

"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.12.4",
"@types/jest": "^26.0.24",
"@types/node": "^16.3.3",
"rimraf": "^3.0.2"

@@ -40,3 +40,6 @@ },

},
"homepage": "https://github.com/gnosis/safe-apps-sdk#readme"
"homepage": "https://github.com/gnosis/safe-apps-sdk#readme",
"publishConfig": {
"access": "public"
}
}

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