lirantal / lockfile-lint

Lint an npm or yarn lockfile to analyze and detect security issues
Apache License 2.0
781 stars 35 forks source link

fix: support host:port syntax #94

Closed lirantal closed 4 years ago

lirantal commented 4 years ago

Description

This PR fixes the problem where a host is provided with a port, such as mydomain.com:1234 and treats it as-is if it can't parse it.

Types of changes

Related Issue

Fixes #93