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

vue-cli-plugin-access

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-cli-plugin-access - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

7

generator/templates/src/plugins/axios.js

@@ -10,7 +10,4 @@ import axios from "axios";

error => {
if (
401 === error.response.status &&
window.location.pathname !== "/login"
) {
window.location = "/login";
if (401 === error.response.status) {
window.location = process.env.VUE_APP_A55_AUTH;
}

@@ -17,0 +14,0 @@ return Promise.reject(error);

{
"name": "vue-cli-plugin-access",
"version": "1.4.3",
"version": "1.4.4",
"description": "vue-cli 3 plugin to add A55 presets",

@@ -5,0 +5,0 @@ "main": "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