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

@hyperledger/cactus-common

Package Overview
Dependencies
Maintainers
3
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperledger/cactus-common - npm Package Compare versions

Comparing version 2.0.0-main.91 to 2.0.0-main.159

6

dist/lib/test/typescript/unit/servers.test.js

@@ -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

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