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

truffle-plugin-verify

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

truffle-plugin-verify - npm Package Compare versions

Comparing version 0.1.0-alpha0 to 0.1.0-alpha1

11

package.json
{
"name": "truffle-plugin-verify",
"version": "0.1.0-alpha0",
"version": "0.1.0-alpha1",
"description": "",
"repository": "https://github.com/rkalis/ethroulette",
"main": "verify.js",

@@ -9,3 +10,9 @@ "scripts": {

},
"keywords": ["truffle", "plugin", "ethereum", "etherscan", "verify"],
"keywords": [
"truffle",
"plugin",
"ethereum",
"etherscan",
"verify"
],
"author": "Rosco Kalis <roscokalis@gmail.com>",

@@ -12,0 +19,0 @@ "license": "MIT",

9

verify.js

@@ -9,9 +9,2 @@ const axios = require('axios')

/**
* Outputs `Hello, World!` when running `truffle run hello`,
* or `Hello, ${name}` when running `truffle run hello [name]`
* @param {Config} config - A truffle-config object.
* Has attributes like `truffle_directory`, `working_directory`, etc.
* @param {(done|callback)} [done=done] - A done callback, or a normal callback.
*/
module.exports = async (config) => {

@@ -47,3 +40,3 @@ const networkId = (config.networks[config.network] || {}).network_id || 4

const guid = res.data.result
console.log(`You can check your verification process with this guid: ${guid}`)
console.log(`You can check your verification status with this guid: ${guid}`)
} else {

@@ -50,0 +43,0 @@ console.log(`Something went wrong\n${JSON.stringify(res.data)}`)

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