Comparing version 0.0.1 to 0.0.2
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
8160
6
67
0