You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

urlapi

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

urlapi - npm Package Compare versions

Comparing version

to
1.0.1

2

package.json
{
"name": "urlapi",
"version": "1.0.0",
"version": "1.0.1",
"description": "Url api for serialize from object to string and parse string to object",

@@ -5,0 +5,0 @@ "main": "urlapi.js",

@@ -1,2 +0,2 @@

#Urlapi#
#Urlapi

@@ -7,3 +7,3 @@ This module contains methods for working with url:

###Installation###
###Installation

@@ -22,3 +22,3 @@ In your cmd/terminal

##urlapi.serialize({ })##
##urlapi.serialize({ })

@@ -75,3 +75,3 @@ **Takes object with next attributes and return string**

##urlapi.parse(' ')##
##urlapi.parse(' ')
**Takes string and return object**

@@ -115,3 +115,3 @@

##Finally##
##Finally
You can find this documentation and a little bit more (example project with es2015 original code, tests and etc.) on [GitHub](https://github.com/urlapi).