Socket
Socket
Sign inDemoInstall

@klaytn/hardhat-utils

Package Overview
Dependencies
367
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.9 to 0.0.10

dist/fixtures/bundler/docker-compose.yml

1

dist/src/index.d.ts

@@ -5,2 +5,3 @@ import "./type-extensions";

export * from "./blockscout";
export * from "./bundler";
export * from "./deployments";

@@ -7,0 +8,0 @@ export * from "./docs";

@@ -34,2 +34,3 @@ "use strict";

__exportStar(require("./blockscout"), exports);
__exportStar(require("./bundler"), exports);
__exportStar(require("./deployments"), exports);

@@ -36,0 +37,0 @@ __exportStar(require("./docs"), exports);

2

package.json
{
"name": "@klaytn/hardhat-utils",
"version": "0.0.9",
"version": "0.0.10",
"description": "Hardhat utility tasks",

@@ -5,0 +5,0 @@ "repository": "github:klaytn/hardhat-utils",

@@ -23,2 +23,3 @@ import { extendEnvironment } from "hardhat/config";

export * from "./blockscout";
export * from "./bundler";
export * from "./deployments";

@@ -25,0 +26,0 @@ export * from "./docs";

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc