Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

is-url-http

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-url-http - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

<a name="1.2.2"></a>
## 1.2.2 (2019-10-14)
* build: revert shim ([71c885c](https://github.com/Kikobeats/is-url-http/commit/71c885c))
<a name="1.2.1"></a>

@@ -2,0 +9,0 @@ ## 1.2.1 (2019-10-13)

2

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

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

@@ -5,3 +5,3 @@ {

"homepage": "https://nicedoc.io/Kikobeats/is-url-http",
"version": "1.2.1",
"version": "1.2.2",
"main": "index.js",

@@ -8,0 +8,0 @@ "author": {

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