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.1.0 to 1.1.1

5

HISTORY.md

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

1.1.1 / 2014-07-08
==================
* Fix Node.js 0.8 compatibility
1.1.0 / 2014-07-08

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

2

index.js

@@ -29,3 +29,3 @@

if (parsed instanceof Url && parsed.href === req.url) {
if (typeof parsed === 'object' && parsed instanceof Url && parsed.href === req.url) {
return parsed

@@ -32,0 +32,0 @@ }

{
"name": "parseurl",
"description": "parse a url with memoization",
"version": "1.1.0",
"version": "1.1.1",
"author": {

@@ -6,0 +6,0 @@ "name": "Jonathan Ong",

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