Socket
Socket
Sign inDemoInstall

@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.24 to 1.1.25

11

CHANGELOG.md

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

## [1.1.25](https://github.com/availity/sdk-js/compare/@availity/resolve-url@1.1.24...@availity/resolve-url@1.1.25) (2022-02-22)
### Bug Fixes
* **resolve-url:** fix exported types ([0f7780e](https://github.com/availity/sdk-js/commit/0f7780eca4f8a09b40029a77a74aa0b815d899a6))
## 1.1.24 (2021-12-21)

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

4

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

@@ -36,3 +36,3 @@ "keywords": [

},
"gitHead": "1c3e8c8045b16fc5111f941d863600f0a97cdbff"
"gitHead": "67c8772142e62d31efba07ed3f880994848a8ea4"
}
declare function removeDotSegments(path: string): string;
declare function removeDotSegmentsOfPath(iri: string, colonPosition: number): string;
declare function resolve(relativeIRI: string, baseIRI: string): boolean;
declare function resolve(relativeIRI: string, baseIRI?: string): string;
export { removeDotSegments, removeDotSegmentsOfPath };
export default resolve;
export { removeDotSegments, removeDotSegmentsOfPath, resolve };
interface ResolveOptions {
relative?: string;
relative: string;
base?: string;
}
declare function resolveUrl(opts: ResolveOptions): void;
declare function resolveUrl(opts: ResolveOptions): string;
export default resolveUrl;
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