Socket
Socket
Sign inDemoInstall

create-eth-app

Package Overview
Dependencies
0
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.0 to 1.7.1

8

CHANGELOG.md

@@ -8,2 +8,9 @@ # Changelog

## [1.7.1] - 2021-09-20
### Fixed
- Pin version of `url-exist` dependency to 2.0.2 to fix [#162](https://github.com/paulrberg/create-eth-app/issues/162)
- Types for `update-check`
## [1.7.0] - 2021-09-14

@@ -207,2 +214,3 @@

[1.7.1]: https://github.com/paulrberg/create-eth-app/compare/v1.7.0...v1.7.1
[1.7.0]: https://github.com/paulrberg/create-eth-app/compare/v1.6.5...v1.7.0

@@ -209,0 +217,0 @@ [1.6.5]: https://github.com/paulrberg/create-eth-app/compare/v1.6.4...v1.6.5

4

package.json
{
"name": "create-eth-app",
"description": "Create Ethereum-powered apps with one command",
"version": "1.7.0",
"version": "1.7.1",
"bin": "./dist/index.js",

@@ -63,3 +63,3 @@ "bugs": {

"update-check": "^1.5.4",
"url-exist": "^3.0.0",
"url-exist": "2.0.2",
"validate-npm-package-name": "^3.0.0"

@@ -66,0 +66,0 @@ },

Sorry, the diff of this file is too big to display

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