url-to-options
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "url-to-options", | ||
"description": "Convert a WHATWG URL to an http(s).request options object.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "Steven Vachon <contact@svachon.com> (https://www.svachon.com/)", |
@@ -17,3 +17,3 @@ # url-to-options [![NPM Version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] | ||
```js | ||
const urlRelation = require('url-to-options'); | ||
const urlToOptions = require('url-to-options'); | ||
@@ -20,0 +20,0 @@ const url = new URL('http://user:pass@hostname:8080/'); |
2982