Socket
Socket
Sign inDemoInstall

slugify-url

Package Overview
Dependencies
0
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

17

package.json

@@ -11,6 +11,17 @@ {

],
"version": "1.0.1",
"version": "1.0.2",
"repository": {
"url": "git://github.com/ogt/slugify-url"
"type": "git",
"url": "git://github.com/ogt/slugify-url.git"
},
"homepage": "https://github.com/ogt/slugify-url",
"bugs": {
"url": "https://github.com/ogt/slugify-url/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ogt/slugify-url/blob/master/LICENSE"
}
],
"main": "index.js",

@@ -23,4 +34,4 @@ "scripts": {

"tap": "~0.4.3",
"jshint": "~2.1.4"
"jshint": "~2.4.3"
}
}

2

README.md

@@ -10,3 +10,3 @@ Converts urls to simplified strings

#Description
## Description

@@ -13,0 +13,0 @@ - It skips the protocol and user/password if provided part from the URL (http:// or https:// or <protocol>://<user>:<password>@ )

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc