is-url-http
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -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) |
'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": { |
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
6486