🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

sojs-utility-url

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sojs-utility-url

The fastest url parser in the world.

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
3
-84.21%
Maintainers
1
Weekly downloads
 
Created
Source

sojs.utility.url

=================================== The fastest url parser in the world.

Benchmark: node-url: 74,404 ops/sec ±3.07% (76 runs sampled) sojs-utility-url: 534,134 ops/sec ±4.31% (76 runs sampled) url-parse: 114,962 ops/sec ±4.59% (73 runs sampled)

Install

npm install sojs-utility-url

Use

require('sojs');
require('sojs-utility-url');

var url = sojs.using('sojs.utility.url');
url.parse('http://www.develop.cc/index.html');

Develop

install fro develop

npm install

Unit Test

node .\tool\unit.js

Benchmark

node .\tool\benchmark.js

Coverage

node .\tool\coverage.js

FAQs

Package last updated on 30 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts