Socket
Socket
Sign inDemoInstall

vue-axios-http

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-axios-http - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

10

CHANGELOG.md

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

### [2.0.1](https://github.com/chantouchsek/vue-axios-http/compare/v2.0.0...v2.0.1) (2022-04-19)
### Bug Fixes
* :fire: remove readonly from endpoint property ([8f6f8e7](https://github.com/chantouchsek/vue-axios-http/commit/8f6f8e7cdcc308b0a649a80addfd08ce4898116e))
* **deps:** bump actions/checkout from 3.0.0 to 3.0.1 ([dd8e124](https://github.com/chantouchsek/vue-axios-http/commit/dd8e1243126a35532647a41129a093417ed93120))
* **deps:** bump actions/setup-node from 3.1.0 to 3.1.1 ([58d0d0a](https://github.com/chantouchsek/vue-axios-http/commit/58d0d0a5a16cd5962bd7bc9d883ceb8d1201e678))
* **deps:** bump actions/stale from 4 to 5 ([32a293d](https://github.com/chantouchsek/vue-axios-http/commit/32a293d13b9c9bbe746c4460bf3c57d7811bbcf6))
## [2.0.0](https://github.com/chantouchsek/vue-axios-http/compare/v1.3.0...v2.0.0) (2022-04-09)

@@ -7,0 +17,0 @@

2

dist/core/BaseProxy.d.ts

@@ -11,3 +11,3 @@ /// <reference types="@types/qs" />

parameters: any | any[];
readonly endpoint: string;
endpoint: string;
static $http: AxiosInstance;

@@ -14,0 +14,0 @@ static $errorProperty: string;

{
"name": "vue-axios-http",
"version": "2.0.0",
"version": "2.0.1",
"description": "Elegant and simple way to build requests for REST API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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