Socket
Socket
Sign inDemoInstall

@availity/resolve-url

Package Overview
Dependencies
Maintainers
18
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.22 to 1.1.23

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.1.23](https://github.com/Availity/sdk-js/compare/@availity/resolve-url@1.1.22...@availity/resolve-url@1.1.23) (2021-10-29)
**Note:** Version bump only for package @availity/resolve-url
## 1.1.22 (2021-10-22)

@@ -8,0 +16,0 @@

6

lib/is-absolute-url.js
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {

@@ -8,6 +10,8 @@ value: true

var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
// Borrowed from https://github.com/sindresorhus/is-absolute-url to make IE11 compatible
var isAbsoluteUrl = function isAbsoluteUrl(url) {
if (typeof url !== 'string') {
throw new TypeError("Expected a `string`, got `".concat(typeof url, "`"));
throw new TypeError("Expected a `string`, got `".concat((0, _typeof2["default"])(url), "`"));
} // eslint-disable-next-line unicorn/better-regex

@@ -14,0 +18,0 @@

6

package.json
{
"name": "@availity/resolve-url",
"version": "1.1.22",
"version": "1.1.23",
"description": "Resolve absolute url from relative urls",

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

"dependencies": {
"@babel/runtime": "^7.10.2",
"@babel/runtime": "^7.15.4",
"core-js": "^3.12.1"
},
"gitHead": "a247c20c27816eb3e3b68b983d12631a6cadd72b"
"gitHead": "19644de90a510481a5086fcf737d43491061690b"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc