Socket
Socket
Sign inDemoInstall

parseurl

Package Overview
Dependencies
0
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1

5

HISTORY.md

@@ -0,1 +1,6 @@

1.3.1 / 2016-01-17
==================
* perf: enable strict mode
1.3.0 / 2014-08-09

@@ -2,0 +7,0 @@ ==================

2

index.js

@@ -8,2 +8,4 @@ /*!

'use strict'
/**

@@ -10,0 +12,0 @@ * Module dependencies.

21

package.json
{
"name": "parseurl",
"description": "parse a url with memoization",
"version": "1.3.0",
"version": "1.3.1",
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",

@@ -9,11 +9,20 @@ "contributors": [

],
"repository": "expressjs/parseurl",
"repository": "pillarjs/parseurl",
"license": "MIT",
"devDependencies": {
"benchmark": "1.0.0",
"benchmark": "2.0.0",
"beautify-benchmark": "0.2.4",
"fast-url-parser": "~1.0.0",
"istanbul": "0.3.0",
"mocha": "~1.21.4"
"fast-url-parser": "1.1.3",
"istanbul": "0.4.2",
"mocha": "~1.21.5"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"engines": {
"node": ">= 0.8"
},
"scripts": {

@@ -20,0 +29,0 @@ "bench": "node benchmark/index.js",

# parseurl
[![NPM version](https://badge.fury.io/js/parseurl.svg)](http://badge.fury.io/js/parseurl)
[![Build Status](https://travis-ci.org/expressjs/parseurl.svg?branch=master)](https://travis-ci.org/expressjs/parseurl)
[![Coverage Status](https://img.shields.io/coveralls/expressjs/parseurl.svg?branch=master)](https://coveralls.io/r/expressjs/parseurl)
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-version-image]][node-version-url]
[![Build Status][travis-image]][travis-url]
[![Test Coverage][coveralls-image]][coveralls-url]

@@ -41,3 +43,3 @@ Parse a URL with memoization.

> parseurl@1.3.0 bench nodejs-parseurl
> parseurl@1.3.1 bench nodejs-parseurl
> node benchmark/index.js

@@ -109,1 +111,12 @@

[MIT](LICENSE)
[npm-image]: https://img.shields.io/npm/v/parseurl.svg
[npm-url]: https://npmjs.org/package/parseurl
[node-version-image]: https://img.shields.io/node/v/parseurl.svg
[node-version-url]: http://nodejs.org/download/
[travis-image]: https://img.shields.io/travis/pillarjs/parseurl/master.svg
[travis-url]: https://travis-ci.org/pillarjs/parseurl
[coveralls-image]: https://img.shields.io/coveralls/pillarjs/parseurl/master.svg
[coveralls-url]: https://coveralls.io/r/pillarjs/parseurl?branch=master
[downloads-image]: https://img.shields.io/npm/dm/parseurl.svg
[downloads-url]: https://npmjs.org/package/parseurl
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc