🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

create-hops-app

Package Overview
Dependencies
Maintainers
6
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-hops-app - npm Package Compare versions

Comparing version

to
14.3.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [14.3.0](https://github.com/xing/hops/compare/v14.2.1...v14.3.0) (2021-07-27)
### Bug Fixes
* **create-hops-app:** remove intermediary hack ([4363e09](https://github.com/xing/hops/commit/4363e09da43b6d9ea20969f633a0c192be4804a1))
## [14.2.1](https://github.com/xing/hops/compare/v14.2.0...v14.2.1) (2021-06-22)

@@ -8,0 +19,0 @@

4

lib/package-manager.js

@@ -40,6 +40,2 @@ 'use strict';

}
// TODO: remove this after PR #1878 has been released
if (process.version.startsWith('v16')) {
command.push('--ignore-engines');
}
} else {

@@ -46,0 +42,0 @@ command =

{
"name": "create-hops-app",
"version": "14.2.1",
"version": "14.3.0",
"description": "CLI tool to create Hops applications",

@@ -31,3 +31,3 @@ "keywords": [

"homepage": "https://github.com/xing/hops/tree/master/packages/create-hops-app#readme",
"gitHead": "5f5ffb5c6e7a3d547b3130958ac8c3ce62a74a61"
"gitHead": "4ed72981a648da2d6203c8ee8e14dc152afe7626"
}