🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@aragon/apm

Package Overview
Dependencies
Maintainers
9
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aragon/apm - npm Package Compare versions

Comparing version

to
3.1.3

2

package.json
{
"name": "@aragon/apm",
"version": "3.1.2",
"version": "3.1.3",
"description": "JavaScript library for the Aragon Package Manager",

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

@@ -253,3 +253,3 @@ const ens = require('./ens')

targetContract,
name,
methodName,
params

@@ -259,3 +259,3 @@ } = await this.publishVersionIntent(manager, appId, version, provider, directory, contract)

try {
const call = targetContract.methods[name](...params)
const call = targetContract.methods[methodName](...params)

@@ -262,0 +262,0 @@ // Return transaction to sign