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.2 to 1.4.3

generator/templates/_env.local

10

app/src/router/index.js

@@ -7,3 +7,2 @@ import Vue from "vue";

const Dashboard = () => import(/* webpackChunkName: 'private' */ "@/views/Dashboard");
const Example = () => import(/* webpackChunkName: 'private' */ "@/views/Example");

@@ -23,7 +22,2 @@ Vue.use(Router);

component: Dashboard
},
{
path: "example",
name: "Example",
component: Example
}

@@ -46,6 +40,2 @@ ]

"icon": "dashboard"
}, {
"label": "Example",
"path": "/example",
"icon": "casino"
}

@@ -52,0 +42,0 @@ ];

1

generator/index.js
module.exports = (api, opts, rootOptions) => {
api.render({
'./.env': './templates/_env',
'./.env.local': './templates/_env.local',
'./pre-serve': './templates/pre-serve',

@@ -5,0 +6,0 @@ './pre-commit': './templates/pre-commit',

@@ -7,3 +7,2 @@ import Vue from "vue";

const Private = () => import(/* webpackChunkName: 'private' */ "@/views/Private");
const Example = () => import(/* webpackChunkName: 'private' */ "@/views/Example");

@@ -10,0 +9,0 @@ Vue.use(Router);

{
"name": "vue-cli-plugin-access",
"version": "1.4.2",
"version": "1.4.3",
"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