Socket
Socket
Sign inDemoInstall

vue-axios

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-axios - npm Package Compare versions

Comparing version 3.3.6 to 3.3.7

10

package.json
{
"name": "vue-axios",
"version": "3.3.6",
"version": "3.3.7",
"description": "A small wrapper for integrating axios to Vuejs",

@@ -44,11 +44,9 @@ "main": "dist/vue-axios.esm.min.js",

"gulp-uglify-es": "^3.0.0",
"rollup": "^2.56.3"
"rollup": "^2.56.3",
"merge-stream": "^2.0.0"
},
"peerDependencies": {
"axios": ">= 0.20.0",
"vue": "^ 3.0.0 || ^ 2.0.0"
},
"dependencies": {
"merge-stream": "^2.0.0"
"vue": "^3.0.0 || ^2.0.0"
}
}

4

README.md

@@ -13,5 +13,5 @@ # vue-axios

I created this library because, in the past, I need a simple solution to migrate from `vue-resource` to `axios`.
I created this library because, in the past, I needed a simple solution to migrate from `vue-resource` to `axios`.
It only has a small benefit that it binds axios to the `vue` instance so you don't have to import everytime you use `axios`.
It only binds axios to the `vue` instance so you don't have to import everytime you use `axios`.

@@ -18,0 +18,0 @@ ## Support matrix

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