@stdlib/assert-is-uri
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -122,3 +122,3 @@ /* | ||
*/ | ||
declare function isURI( value: any ): value is string; | ||
declare function isURI( value: any ): boolean; | ||
@@ -125,0 +125,0 @@ |
{ | ||
"name": "@stdlib/assert-is-uri", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Test if a value is a URI.", | ||
@@ -33,3 +33,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@stdlib/assert-is-string": "^0.2.1" | ||
"@stdlib/assert-is-string": "^0.2.2" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": {}, |
@@ -245,4 +245,4 @@ <!-- | ||
[test-image]: https://github.com/stdlib-js/assert-is-uri/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
[test-url]: https://github.com/stdlib-js/assert-is-uri/actions/workflows/test.yml?query=branch:v0.2.1 | ||
[test-image]: https://github.com/stdlib-js/assert-is-uri/actions/workflows/test.yml/badge.svg?branch=v0.2.2 | ||
[test-url]: https://github.com/stdlib-js/assert-is-uri/actions/workflows/test.yml?query=branch:v0.2.2 | ||
@@ -249,0 +249,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-uri/main.svg |
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
40590