Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hardhat

Package Overview
Dependencies
Maintainers
1
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hardhat - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.travis.yml

2

lib/scaffold.js

@@ -77,3 +77,3 @@ /**

if (file.indexOf('.' + options.ext + '.') < 0) {
fs.copyFile(file, dest, done);
fs.copy(file, dest, done);
}

@@ -80,0 +80,0 @@ // Otherwise, we need to run this file through the templating engine.

@@ -6,3 +6,3 @@ {

"keywords": ["scaffold", "cli", "copy", "file", "directory", "directories"],
"version": "0.0.2",
"version": "0.0.3",
"homepage": "http://cantina.github.com",

@@ -21,3 +21,3 @@ "repository": {

"mkdirp": "~0.3.2",
"fs-extra": "~0.0.4",
"fs-extra": "~0.1.0",
"async": "~0.1.18"

@@ -24,0 +24,0 @@ },

@@ -6,2 +6,3 @@ HardHat

[![Build Status](https://secure.travis-ci.org/cantina/hardhat.png)](http://travis-ci.org/cantina/hardhat)

@@ -8,0 +9,0 @@ About / Why?

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