@hyperledger/cactus-common
Advanced tools
Comparing version 2.0.0-main.91 to 2.0.0-main.159
@@ -24,3 +24,3 @@ "use strict"; | ||
await expect(index_1.Servers.listen({ | ||
hostname: "localhost", | ||
hostname: "127.0.0.1", | ||
port: false, | ||
@@ -31,6 +31,6 @@ server, | ||
{ | ||
await expect(index_1.Servers.listen({ hostname: "localhost", port: 0, server })).toResolve(); | ||
await expect(index_1.Servers.listen({ hostname: "127.0.0.1", port: 0, server })).toResolve(); | ||
} | ||
const prefPort = 4123; | ||
const host = "localhost"; | ||
const host = "127.0.0.1"; | ||
const listenOptionsBlocker = { | ||
@@ -37,0 +37,0 @@ server: portBlocker, |
{ | ||
"name": "@hyperledger/cactus-common", | ||
"version": "2.0.0-main.91+89d9b93b7", | ||
"version": "2.0.0-main.159+1fb2551a0", | ||
"description": "Universal library used by both front end and back end components of Cactus. Aims to be a developer swiss army knife.", | ||
@@ -76,4 +76,4 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=10", | ||
"npm": ">=6" | ||
"node": ">=18", | ||
"npm": ">=8" | ||
}, | ||
@@ -86,3 +86,3 @@ "publishConfig": { | ||
"watch": {}, | ||
"gitHead": "89d9b93b7380477c10d8da78fcd259c95b495fa9" | ||
"gitHead": "1fb2551a055daf202d2def0fcb3de990a44cfb03" | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
5111335
315