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

get-urls

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-urls - npm Package Compare versions

Comparing version 10.0.0 to 10.0.1

2

index.d.ts

@@ -24,3 +24,3 @@ import {Options as NormalizeUrlOptions} from 'normalize-url';

@default true
@default false
*/

@@ -27,0 +27,0 @@ readonly requireSchemeOrWww?: boolean;

{
"name": "get-urls",
"version": "10.0.0",
"version": "10.0.1",
"description": "Get all URLs in a string",

@@ -35,3 +35,3 @@ "license": "MIT",

"normalize-url": "^5.1.0",
"url-regex-safe": "^1.0.2"
"url-regex-safe": "^2.0.2"
},

@@ -38,0 +38,0 @@ "devDependencies": {

@@ -1,2 +0,2 @@

# get-urls [![Build Status](https://travis-ci.com/sindresorhus/get-urls.svg?branch=master)](https://travis-ci.com/github/sindresorhus/get-urls)
# get-urls

@@ -59,3 +59,3 @@ > Get all URLs in a string

Type: `boolean`\
Default: `true`
Default: `false`

@@ -62,0 +62,0 @@ Require URLs to have a scheme or leading `www.` to be considered an URL. When `false`, matches against a list of valid TLDs, so it will match URLs like `unicorn.education`.

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