Socket
Socket
Sign inDemoInstall

@availity/resolve-url

Package Overview
Dependencies
Maintainers
0
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 2.0.7 to 3.0.0

14

CHANGELOG.md

@@ -5,2 +5,16 @@ # Changelog

# [3.0.0](https://github.com/Availity/sdk-js/compare/@availity/resolve-url@2.0.7...@availity/resolve-url@3.0.0) (2024-07-29)
### chore
* **resolve-url:** upgrade to node 18 and 20 ([f5a6976](https://github.com/Availity/sdk-js/commit/f5a6976a2c44c0bbf01c7ed1b26d4f3140df56e7))
### BREAKING CHANGES
* **resolve-url:** drop support for node 14 and 16
## [2.0.7](https://github.com/Availity/sdk-js/compare/@availity/resolve-url@2.0.6...@availity/resolve-url@2.0.7) (2024-07-29)

@@ -7,0 +21,0 @@

5

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

@@ -25,2 +25,5 @@ "keywords": [

"types": "./dist/index.d.ts",
"engines": {
"node": "^18.0.0 || ^20.0.0"
},
"scripts": {

@@ -27,0 +30,0 @@ "build": "tsup src/index.js --format esm,cjs --dts",

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