Socket
Socket
Sign inDemoInstall

url-parse

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

url-parse - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.travis.yml

9

package.json
{
"name": "url-parse",
"version": "0.0.1",
"version": "0.0.2",
"description": "Parse URL in node using the URL module and in the browser using the DOM",

@@ -8,3 +8,4 @@ "main": "index.js",

"test": "mocha --reporter spec --ui bdd test.js",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- --reporter spec --ui bdd test.js"
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- --reporter spec --ui bdd test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --ui bdd test.js"
},

@@ -29,3 +30,7 @@ "keywords": [

"pre-commit": "0.0.x"
},
"repository": {
"type": "git",
"url": "https://github.com/unshiftio/url-parse"
}
}
# url-parse
[![Build Status](https://travis-ci.org/unshiftio/url-parse.svg?branch=master)](https://travis-ci.org/unshiftio/url-parse)
[![NPM version](https://badge.fury.io/js/url-parse.svg)](http://badge.fury.io/js/url-parse)
[![Coverage Status](https://img.shields.io/coveralls/unshiftio/url-parse.svg)](https://coveralls.io/r/unshiftio/url-parse?branch=master)
When required on node it will expose the `url` module's `.parse` method. When

@@ -4,0 +8,0 @@ required in the browser it will offload the URL parsing to the `<a>` element in

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