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

@stdlib/assert-is-uri

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/assert-is-uri - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

docs/types/index.d.ts

@@ -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

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