Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@websanova/vue-auth

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@websanova/vue-auth - npm Package Compare versions

Comparing version 2.13.1-beta to 2.13.2-beta

5

drivers/http/axios.1.x.js

@@ -26,3 +26,6 @@ module.exports = {

}, function (error) {
res.call(_this, error.response);
if (error && error.response) {
res.call(_this, error.response);
}
return Promise.reject(error);

@@ -29,0 +32,0 @@ })

4

package.json

@@ -17,3 +17,3 @@ {

"version": "2.13.1-beta",
"version": "2.13.2-beta",

@@ -57,3 +57,3 @@ "repository": {

"@websanova/vue-auth": "2.13.1-beta",
"@websanova/vue-auth": "2.13.2-beta",
"axios": "0.16.2",

@@ -60,0 +60,0 @@ "vue-axios": "2.0.2"

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