Socket
Socket
Sign inDemoInstall

normalize-url

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

normalize-url - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

9

package.json
{
"name": "normalize-url",
"version": "1.3.0",
"version": "1.3.1",
"description": "Normalize a URL",

@@ -16,3 +16,3 @@ "license": "MIT",

"scripts": {
"test": "node test.js"
"test": "xo && ava"
},

@@ -42,3 +42,3 @@ "files": [

"dependencies": {
"object-assign": "^3.0.0",
"object-assign": "^4.0.1",
"prepend-http": "^1.0.0",

@@ -49,4 +49,5 @@ "query-string": "^2.1.0",

"devDependencies": {
"ava": "0.0.4"
"ava": "*",
"xo": "*"
}
}

@@ -18,3 +18,3 @@ # normalize-url [![Build Status](https://travis-ci.org/sindresorhus/normalize-url.svg?branch=master)](https://travis-ci.org/sindresorhus/normalize-url)

```js
var normalizeUrl = require('normalize-url');
const normalizeUrl = require('normalize-url');

@@ -35,3 +35,2 @@ normalizeUrl('sindresorhus.com');

*Required*
Type: `string`

@@ -38,0 +37,0 @@

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