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

@thirdweb-dev/cli

Package Overview
Dependencies
Maintainers
5
Versions
1399
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thirdweb-dev/cli - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

dist/cli/index.d.ts

2

package.json
{
"name": "@thirdweb-dev/cli",
"main": "dist/index.js",
"version": "0.0.10",
"version": "0.0.11",
"repository": "git@github.com:thirdweb-dev/thirdweb-cli.git",

@@ -6,0 +6,0 @@ "author": "sdk@thirdweb.com",

@@ -17,4 +17,7 @@ import { existsSync } from "fs";

this.logger.info("Checking if " + path + " is a Hardhat project");
return await existsSync(path + "/hardhat.config.js");
return (
existsSync(path + "/hardhat.config.js") ||
existsSync(path + "/hardhat.config.ts")
);
}
}
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