Socket
Socket
Sign inDemoInstall

crawler-url-parser

Package Overview
Dependencies
40
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.5 to 1.2.6

13

CONTRIBUTING.md

@@ -1,1 +0,12 @@

Developed using `Visual Studio Code` Version 1.8.1
# Contributing
> Developed using `Visual Studio Code` Version 1.8.1
If you are thinking about making better, or you just want to hack on it, that’s great!
If you find a bug in the source code or a mistake in the documentation, you can help us by submitting an issue to GitLab Repository. Even better you can submit a Merge Request with a fix.
**Working on your first Merge Request?** You can learn how from this *free* series
[How to Contribute to an Open Source Project on GitLab][gitlab_first_time]
[gitlab_first_time]: https://about.gitlab.com/2016/06/16/fearless-contribution-a-guide-for-first-timers/

10

package.json
{
"name": "crawler-url-parser",
"version": "1.2.5",
"version": "1.2.6",
"description": "An `URL` parser for crawling purpose.",

@@ -42,7 +42,11 @@ "main": "crawler-url-parser.js",

"mocha": "*",
"path": "*"
"path": "*",
"nyc": "*",
"mybadges":"*"
},
"scripts": {
"start": "node crawler-url-parser.js",
"test": "mocha --recursive",
"start": "node crawler-url-parser.js"
"coverage": "nyc mocha",
"badges": "mybadges --major"
},

@@ -49,0 +53,0 @@ "bugs": {

# crawler-url-parser
> **An URL parser for crawling purpose, has more than 200 unit test cases.**
> **An URL parser for crawling purpose**
![avatar of crawler-url-parser](https://assets.gitlab-static.net/uploads/-/system/project/avatar/4809017/crawler-url-parser.png)
[![NPM Package](https://img.shields.io/npm/v/crawler-url-parser.svg?style=flat)](https://www.npmjs.org/package/crawler-url-parser)
[![Downloads Total](https://img.shields.io/npm/dt/crawler-url-parser.svg?style=flat)](https://www.npmjs.org/package/crawler-url-parser)
[![pipeline status](https://gitlab.com/mehmet.kozan/crawler-url-parser/badges/master/pipeline.svg)](https://gitlab.com/mehmet.kozan/crawler-url-parser/commits/master)
[![coverage report](https://gitlab.com/mehmet.kozan/crawler-url-parser/badges/master/coverage.svg)](https://gitlab.com/mehmet.kozan/crawler-url-parser/commits/master)
[![version](https://img.shields.io/npm/v/crawler-url-parser.svg)](https://www.npmjs.org/package/crawler-url-parser)
[![downloads Total](https://img.shields.io/npm/dt/crawler-url-parser.svg?style=flat)](https://www.npmjs.org/package/crawler-url-parser)
[![dependencies](https://david-dm.org/mehmet.kozan/crawler-url-parser.svg)](https://david-dm.org/mehmet.kozan/crawler-url-parser)
[![devDependencies](https://david-dm.org/mehmet.kozan/crawler-url-parser/dev-status.svg)](https://david-dm.org/mehmet.kozan/crawler-url-parser#info=devDependencies)
![node](https://img.shields.io/node/v/crawler-url-parser.svg)
[![status](https://gitlab.com/mehmet.kozan/crawler-url-parser/badges/master/pipeline.svg)](https://gitlab.com/mehmet.kozan/crawler-url-parser/commits/master)
[![coverage](https://gitlab.com/mehmet.kozan/crawler-url-parser/badges/master/coverage.svg)](https://gitlab.com/mehmet.kozan/crawler-url-parser/commits/master)
## Installation

@@ -63,3 +67,4 @@ `npm install crawler-url-parser`

> more than 200 unit test cases.
> check test folder and quickstart.js for extra usage.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc