Skip to content

Commit

Permalink
Tidelift tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 31, 2019
1 parent 01725d9 commit faec87b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/funding.yml
@@ -1,3 +1,4 @@
github: sindresorhus
open_collective: sindresorhus
tidelift: npm/normalize-url
custom: https://sindresorhus.com/donate
3 changes: 3 additions & 0 deletions .github/security.md
@@ -0,0 +1,3 @@
# Security Policy

To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure.
16 changes: 12 additions & 4 deletions readme.md
Expand Up @@ -27,7 +27,7 @@ normalizeUrl('HTTP://xn--xample-hva.com:80/?b=bar&a=foo');

## API

### normalizeUrl(url, [options])
### normalizeUrl(url, options?)

#### url

Expand All @@ -37,7 +37,7 @@ URL to normalize.

#### options

Type: `Object`
Type: `object`

##### defaultProtocol

Expand Down Expand Up @@ -219,6 +219,14 @@ normalizeUrl('www.sindresorhus.com?b=two&a=one&c=three', {
- [compare-urls](https://github.com/sindresorhus/compare-urls) - Compare URLs by first normalizing them


## License
---

MIT © [Sindre Sorhus](https://sindresorhus.com)
<div align="center">
<b>
<a href="https://tidelift.com/subscription/pkg/npm-normalize-url?utm_source=npm-normalize-url&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
</b>
<br>
<sub>
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
</sub>
</div>

0 comments on commit faec87b

Please sign in to comment.