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

vue-navigation-bar

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-navigation-bar - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

.yarnrc.yml

2

CHANGELOG.md
# CHANGELOG.md
## 5.0.0 (2022-03-20)
## 5.0.1 (2022-03-20)

@@ -5,0 +5,0 @@ - Upgrade to Vue 3 support at `v5.0.0` and beyond. Vue 2 support is available at `v4.1.0`.

@@ -96,3 +96,3 @@ {

"build:example": "rm -rf ./docs && cross-env NODE_ENV=production webpack --progress --hide-modules",
"build:library": "rm -rf ./dist npm run build:unpkg & npm run build:es & npm run build:umd & npm run build:unpkg",
"build:library": "rm -rf ./dist && npm run build:unpkg & npm run build:es & npm run build:umd & npm run build:unpkg",
"build:umd": "rollup --config rollup.config.js --format umd --file dist/vue-navigation-bar.umd.js",

@@ -105,3 +105,3 @@ "build:unpkg": "rollup --config rollup.config.js --format iife --file dist/vue-navigation-bar.min.js",

"unpkg": "dist/vue-navigation-bar.min.js",
"version": "5.0.0"
"version": "5.0.1"
}

@@ -55,2 +55,3 @@ const { CleanWebpackPlugin } = require('clean-webpack-plugin');

{
sideEffects: true,
test: /\.(scss|css)$/,

@@ -57,0 +58,0 @@ use: [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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