Socket
Socket
Sign inDemoInstall

vue-axios-http

Package Overview
Dependencies
25
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.1 to 3.5.0

14

CHANGELOG.md

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

## [3.5.0](https://github.com/chantouchsek/vue-axios-http/compare/v3.4.1...v3.5.0) (2024-05-08)
### Features
* migrate eslint flat config ([cdc159c](https://github.com/chantouchsek/vue-axios-http/commit/cdc159c4b169e74538a87644e7b44dfbc6e49a5f))
### Bug Fixes
* correct husky config ([d6cc229](https://github.com/chantouchsek/vue-axios-http/commit/d6cc229680f40cd98c156f747b4cf92c359a9ddf))
* **deps:** bump actions/checkout from 4.1.4 to 4.1.5 ([96e7d77](https://github.com/chantouchsek/vue-axios-http/commit/96e7d77ab8b79ea8c0bb1011e7ab844ae7dcd793))
* types ([cb599ca](https://github.com/chantouchsek/vue-axios-http/commit/cb599ca12abf170708ad9987705901957d210ab8))
### [3.4.1](https://github.com/chantouchsek/vue-axios-http/compare/v3.4.0...v3.4.1) (2024-04-30)

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

36

package.json
{
"name": "vue-axios-http",
"version": "3.4.1",
"version": "3.5.0",
"description": "Elegant and simple way to build requests for REST API",

@@ -16,4 +16,4 @@ "main": "dist/index.js",

"clean": "rimraf dist",
"prepare": "husky install",
"lint:js": "eslint --ext \".js,.ts\" --ignore-path .gitignore .",
"prepare": "husky",
"lint:js": "eslint .",
"lint:prettier": "prettier --check .",

@@ -53,29 +53,29 @@ "lint": "yarn lint:js && yarn lint:prettier",

"@commitlint/config-conventional": "^19.2.2",
"@eslint/js": "^9.2.0",
"@nuxt/types": "^2.17.3",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.7",
"@types/lodash": "^4.17.1",
"@types/node": "^20.12.10",
"@types/qs": "^6.9.15",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/coverage-v8": "^1.6.0",
"@vue/test-utils": "^1.3.6",
"axios-mock-adapter": "^1.22.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": ">=15.2.2",
"eslint": "^9.2.0",
"eslint-plugin-vue": "^9.25.0",
"globals": "^15.1.0",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"nodemon": "^3.1.0",
"nuxt": "^2.17.3",
"prettier": "^2.8.8",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"sass": "^1.75.0",
"sass": "^1.77.0",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vitest": "^0.34.6",
"typescript-eslint": "^7.8.0",
"vite": "^5.2.11",
"vitest": "^1.6.0",
"vue": "^2.7.16"

@@ -82,0 +82,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc