New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

url-to-options

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

url-to-options - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"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/');

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