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.4 to 3.3.6

dist/vue-axios.esm.min.js

2

dist/vue-axios.common.min.js

@@ -1,1 +0,1 @@

function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}!function(e,o){"object"===("undefined"==typeof exports?"undefined":_typeof(exports))&&"undefined"!=typeof module?module.exports=o():"function"==typeof define&&define.amd?define(o):(e="undefined"!=typeof globalThis?globalThis:e||self).VueAxios=o()}(this,function(){"use strict";function n(e,o){if(!n.installed)if(o){if(n.installed=!0,e.version&&e.version.split(".")[0]<3)Object.defineProperties(e.prototype,{axios:{get:function(){return o}},$http:{get:function(){return o}}});else{if(!(e.version&&3<=e.version.split(".")[0]))return void console.error("Unknown Vue version");e.config.globalProperties.axios=o,e.config.globalProperties.$http=o}e.axios=o,e.$http=o}else console.error("You have to install axios")}return"object"==("undefined"==typeof exports?"undefined":_typeof(exports))?module.exports=n:"function"==typeof define&&define.amd?define([],function(){return n}):window.Vue&&window.axios&&window.Vue.use&&Vue.use(n,window.axios),n});
function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}!function(e,o){"object"===("undefined"==typeof exports?"undefined":_typeof(exports))&&"undefined"!=typeof module?module.exports=o():"function"==typeof define&&define.amd?define(o):(e="undefined"!=typeof globalThis?globalThis:e||self).VueAxios=o()}(this,(function(){"use strict";function e(o,n){if(!e.installed)if(n){if(e.installed=!0,o.version&&o.version.split(".")[0]<3)Object.defineProperties(o.prototype,{axios:{get:function(){return n}},$http:{get:function(){return n}}});else{if(!(o.version&&o.version.split(".")[0]>=3))return void console.error("Unknown Vue version");o.config.globalProperties.axios=n,o.config.globalProperties.$http=n}o.axios=n,o.$http=n}else console.error("You have to install axios")}return"object"==("undefined"==typeof exports?"undefined":_typeof(exports))?module.exports=e:"function"==typeof define&&define.amd?define([],(function(){return e})):window.Vue&&window.axios&&window.Vue.use&&Vue.use(e,window.axios),e}));
{
"name": "vue-axios",
"version": "3.3.4",
"version": "3.3.6",
"description": "A small wrapper for integrating axios to Vuejs",

@@ -43,5 +43,4 @@ "main": "dist/vue-axios.esm.min.js",

"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"rollup": "^2.56.3",
"vue": "^3.2.9"
"gulp-uglify-es": "^3.0.0",
"rollup": "^2.56.3"
},

@@ -51,3 +50,6 @@ "peerDependencies": {

"vue": "^ 3.0.0 || ^ 2.0.0"
},
"dependencies": {
"merge-stream": "^2.0.0"
}
}
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