You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

is-url-http

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-url-http - npm Package Compare versions

Comparing version

to
1.2.1

@@ -0,1 +1,11 @@

<a name="1.2.1"></a>
## 1.2.1 (2019-10-13)
* build: add case ([679dbff](https://github.com/Kikobeats/is-url-http/commit/679dbff))
* build: remove window ([9b21b23](https://github.com/Kikobeats/is-url-http/commit/9b21b23))
* build: update dependencies ([19eb054](https://github.com/Kikobeats/is-url-http/commit/19eb054))
* build: update website ([4266b33](https://github.com/Kikobeats/is-url-http/commit/4266b33))
<a name="1.2.0"></a>

@@ -2,0 +12,0 @@ # 1.2.0 (2019-05-20)

'use strict'
const URL = global.window ? window.URL : require('url').URL
const { URL } = require('url')
const urlRegex = require('url-regex')({ exact: true })

@@ -5,0 +5,0 @@

{
"name": "is-url-http",
"description": "Check if an URL is a valid HTTP URL.",
"homepage": "https://documentup.com/Kikobeats/is-url-http",
"version": "1.2.0",
"homepage": "https://nicedoc.io/Kikobeats/is-url-http",
"version": "1.2.1",
"main": "index.js",

@@ -47,3 +47,3 @@ "author": {

"prettier-standard": "latest",
"standard": "11",
"standard": "latest",
"standard-markdown": "latest"

@@ -50,0 +50,0 @@ },