New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@blackbp/vue-components

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blackbp/vue-components - npm Package Compare versions

Comparing version 0.8.5 to 0.8.6

3

package.json

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

],
"version": "0.8.5",
"version": "0.8.6",
"scripts": {

@@ -46,2 +46,3 @@ "serve": "vue-cli-service serve src/dashboard/app.js",

"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-copy": "^3.0.0",
"rollup-plugin-node-resolve": "^5.2.0",

@@ -48,0 +49,0 @@ "rollup-plugin-terser": "^5.1.1",

@@ -5,2 +5,3 @@ import PluginVue from 'rollup-plugin-vue'

import PluginCommonjs from 'rollup-plugin-commonjs'
import PluginCopy from 'rollup-plugin-copy'
import {terser as PluginTerser} from "rollup-plugin-terser"

@@ -20,3 +21,8 @@

PluginTerser(),
PluginCopy({
targets: [
{src: './src/styles', dest: './dist', rename: 'sass'}
]
})
]
};
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