Socket
Socket
Sign inDemoInstall

@availity/resolve-url

Package Overview
Dependencies
Maintainers
19
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.23 to 1.1.24

src/index.d.ts

8

CHANGELOG.md

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

## 1.1.24 (2021-12-21)
**Note:** Version bump only for package @availity/resolve-url
## [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)

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

4

lib/is-absolute-url.js

@@ -10,2 +10,6 @@ "use strict";

require("core-js/modules/es.regexp.exec.js");
require("core-js/modules/es.regexp.test.js");
var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));

@@ -12,0 +16,0 @@

33

package.json
{
"name": "@availity/resolve-url",
"version": "1.1.23",
"version": "1.1.24",
"description": "Resolve absolute url from relative urls",
"main": "lib/index.js",
"module": "src/index.js",
"types": "types/index.d.ts",
"keywords": [
"availity",
"url",
"relative"
],
"homepage": "https://availity.github.io/sdk-js/resources/resolve-url",
"bugs": {
"url": "https://github.com/availity/sdk-js/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/availity/sdk-js.git",
"directory": "packages/resolve-url"
},
"license": "MIT",
"author": "Rob McGuinness <rob.mcguinness@availity.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
"main": "lib/index.js",
"module": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"build": "yarn clean && yarn transpile",
"clean": "rimraf ./lib",
"transpile": "babel --root-mode upward src -d lib --ignore **/*.test.js"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@babel/runtime": "^7.16.5",
"core-js": "^3.12.1"
},
"gitHead": "19644de90a510481a5086fcf737d43491061690b"
"publishConfig": {
"access": "public"
},
"gitHead": "1c3e8c8045b16fc5111f941d863600f0a97cdbff"
}

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

# resolve-url
# @availity/resolve-url

@@ -6,2 +6,4 @@ > Resolve URLs to absolute URI/IRI.

[![Version](https://img.shields.io/npm/v/@availity/resolve-url.svg?style=for-the-badge)](https://www.npmjs.com/package/@availity/resolve-url)
[![NPM Downloads](https://img.shields.io/npm/dt/@availity/resolve-url.svg?style=for-the-badge)](https://www.npmjs.com/package/@availity/resolve-url)
[![Dependecy Status](https://img.shields.io/librariesio/release/npm/@availity/resolve-url?style=for-the-badge)](https://github.com/Availity/sdk-js/blob/master/packages/resolve-url/package.json)

@@ -25,2 +27,4 @@ This library resolves relative IRIs to absolute IRIs given a base IRI, conforming to [RFC3986](https://www.ietf.org/rfc/rfc3986.txt). The code was borrowed from [relative-to-absolute-iri

## [Documentation](https://availity.github.io/sdk-js/resources/resolve-url)
## Documentation
Check out more documentation at [availity.github.io](https://availity.github.io/sdk-js/resources/resolve-url)
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