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.2.0-alpha1 to 0.2.0-alpha2

6

package.json
{
"name": "truffle-plugin-verify",
"version": "0.2.0-alpha1",
"description": "",
"repository": "https://github.com/rkalis/ethroulette",
"version": "0.2.0-alpha2",
"description": "Verify your deployed smart contracts on Etherscan from the Truffle CLI",
"repository": "https://github.com/rkalis/truffle-plugin-verify",
"main": "verify.js",

@@ -7,0 +7,0 @@ "scripts": {

@@ -26,3 +26,3 @@ # truffle-plugin-verify

```
3. Generate an API Key on your Etherscan account (see the Etherscan website)
3. Generate an API Key on your Etherscan account (see the [Etherscan website](https://etherscan.io/apis))
4. Add your Etherscan API key to your truffle config (use something like `dotenv` to make sure you don't commit the api key)

@@ -29,0 +29,0 @@ ```js

const axios = require('axios')
const querystring = require('querystring')
const sleep = require('await-sleep')
const merge = require('sol-merger');
const { merge } = require('sol-merger');

@@ -6,0 +6,0 @@ const API_URLS = {

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