is-url-http
Advanced tools
Comparing version 2.3.4 to 2.3.5
@@ -1,3 +0,2 @@ | ||
declare module 'is-url-http' { | ||
export default function isUrlHttp(url: string): boolean; | ||
} | ||
declare function isUrlHttp(url: string): boolean; | ||
export = isUrlHttp; |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/Kikobeats/is-url-http", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"browser": "lightweight.js", | ||
@@ -16,2 +16,6 @@ "main": "index.js", | ||
{ | ||
"name": "Karl Horky", | ||
"email": "karl.horky@gmail.com" | ||
}, | ||
{ | ||
"name": "George Pickering", | ||
@@ -18,0 +22,0 @@ "email": "29524044+geopic@users.noreply.github.com" |
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
5764