Socket
Socket
Sign inDemoInstall

@availity/resolve-url

Package Overview
Dependencies
Maintainers
7
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.0.3 to 1.1.0

11

CHANGELOG.md

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

# [1.1.0](https://github.com/Availity/sdk-js/compare/@availity/resolve-url@1.0.3...@availity/resolve-url@1.1.0) (2019-04-29)
### Features
* **resolve-url:** add isAbsoluteUrl to exports ([016cee6](https://github.com/Availity/sdk-js/commit/016cee6))
## [1.0.3](https://github.com/Availity/sdk-js/compare/@availity/resolve-url@1.0.2...@availity/resolve-url@1.0.3) (2019-04-26)

@@ -8,0 +19,0 @@

4

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

@@ -15,3 +15,3 @@ "main": "resolve-url.js",

},
"gitHead": "f161f5a028029c9528958622bff9b2168d35ad9a"
"gitHead": "8127bfe691a8bf980e4ab1764740232140ccb664"
}

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

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
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
](https://github.com/rubensorks/relative-to-absolute-iri.js). There is an open issue to make the library compatible with IE11: [Issue #5](https://github.com/rubensworks/relative-to-absolute-iri.js/issues/5)

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

@@ -17,2 +17,3 @@ import isAbsoluteUrl from './is-absolute-url';

export { isAbsoluteUrl };
export default resolveUrl;
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