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

http-matcher

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-matcher - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

2

index.d.ts

@@ -5,3 +5,3 @@ import { IServer } from "./types/server";

export function tryPort(port: number): Promise<boolean>;
export function tryPort(port: number): Promise<string | void>;

@@ -8,0 +8,0 @@ export class Server extends IServer {}

{
"name": "http-matcher",
"version": "1.0.1",
"version": "1.1.0",
"description": "A simple asynchronous http server, based on node.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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