@availity/resolve-url
Advanced tools
Comparing version 1.1.21-alpha.4 to 1.1.21-alpha.21
"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) { |
{ | ||
"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) |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
48868
1010
2
+ Addedcore-js@^3.12.1
+ Addedcore-js@3.39.0(transitive)