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

@availity/resolve-url

Package Overview
Dependencies
Maintainers
17
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@availity/resolve-url - npm Package Compare versions

Comparing version 1.1.21-alpha.4 to 1.1.21-alpha.21

6

lib/relative-to-absolute.js
"use strict";
require("core-js/modules/es.array.join");
Object.defineProperty(exports, "__esModule", {

@@ -10,2 +12,6 @@ value: true

require("core-js/modules/es.array.map.js");
require("core-js/modules/es.array.concat.js");
// Borrowed from https://github.com/rubensworks/relative-to-absolute-iri.js but refactored to work with IE11.

@@ -12,0 +18,0 @@ function isCharacterAllowedAfterRelativePathSegment(character) {

7

package.json
{
"name": "@availity/resolve-url",
"version": "1.1.21-alpha.4+463e932",
"version": "1.1.21-alpha.21+a2b3164",
"description": "Resolve absolute url from relative urls",

@@ -18,5 +18,6 @@ "main": "lib/index.js",

"dependencies": {
"@babel/runtime": "^7.10.2"
"@babel/runtime": "^7.10.2",
"core-js": "^3.12.1"
},
"gitHead": "463e932f0e29fd34741d0d113e204d804af49417"
"gitHead": "a2b31645b933229b33935f4ff16aa299ec4a25af"
}

@@ -15,3 +15,3 @@ # resolve-url

```bash
$ npm install @av/resolve-url
$ npm install @availity/resolve-url
```

@@ -22,5 +22,5 @@

```bash
$ yarn add @av/resolve-url
$ yarn add @availity/resolve-url
```
## [Documentation](https://availity.github.io/sdk-js/features/resolve-url)
## [Documentation](https://availity.github.io/sdk-js/resources/resolve-url)
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