create-servers icon indicating copy to clipboard operation
create-servers copied to clipboard

Create an http AND/OR an https server and call the same request handler.

Results 11 create-servers issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tape](https://togithub.com/ljharb/tape) | [`~4.9.0` -> `~5.7.0`](https://renovatebot.com/diffs/npm/tape/4.9.2/5.7.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tape/5.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sinon](https://sinonjs.org/) ([source](https://togithub.com/sinonjs/sinon)) | [`^5.0.7` -> `^17.0.0`](https://renovatebot.com/diffs/npm/sinon/5.1.1/17.0.1) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [node](https://nodejs.org) ([source](https://togithub.com/nodejs/node)) | major | `16` -> `20` | --- ### Release Notes...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [node](https://nodejs.org) ([source](https://togithub.com/nodejs/node)) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | lodash | [`4.17.15` -> `4.17.21`](https://renovatebot.com/diffs/npm/lodash/4.17.15/4.17.21) | ### GitHub Vulnerability Alerts #### [CVE-2021-23337](https://nvd.nist.gov/vuln/detail/CVE-2021-23337) `lodash` versions prior...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I needed the type definitions for a project I'm working on and thought I would contribute them back. I think I've captured the interfaces correctly, but I'm not 100% sure.

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

`create-servers` allows you to configure a single http server using the object syntax or multiple http server instances using an array with objects where each object the configuration for each...