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.9.111 to 0.10.1

dist/css/styles.css

14

package.json

@@ -17,6 +17,8 @@ {

],
"version": "0.9.111",
"version": "0.10.1",
"scripts": {
"serve": "vue-cli-service serve src/dashboard/app.js",
"serve-sandbox": "vue-cli-service serve --host=192.168.1.103 sandbox/app.js",
"build": "rollup -c",
"build-css": "node-sass --importer=node_modules/node-sass-package-importer/dist/cli.js src/styles/index.scss dist/css/styles.css",
"build-css-min": "node-sass --output-style=compressed --importer=node_modules/node-sass-package-importer/dist/cli.js src/styles/index.scss dist/css/styles.css",
"publish-build": "yarn publish",

@@ -29,6 +31,6 @@ "version-patch": "yarn version --patch",

"module": "./dist/lib.esm.js",
"source": "./src/index.js",
"files": [
"dist/*",
"src/components/*",
"src/*.js",
"dist",
"src",
"*.json",

@@ -53,2 +55,3 @@ "*.js"

"node-sass": "^4.9.0",
"node-sass-package-importer": "^5.3.2",
"rollup": "^1.16.6",

@@ -63,3 +66,2 @@ "rollup-plugin-commonjs": "^10.0.1",

"sass-loader": "^7.1.0",
"vue-click-outside": "^1.0.7",
"vue-router": "^3.0.7",

@@ -66,0 +68,0 @@ "vue-template-compiler": "^2.6.10",

@@ -1,10 +0,10 @@

import PluginVue from 'rollup-plugin-vue'
import PluginResolve from 'rollup-plugin-node-resolve'
import PluginLocalResolve from 'rollup-plugin-local-resolve'
import PluginCommonjs from 'rollup-plugin-commonjs'
import PluginCopy from 'rollup-plugin-copy'
import {terser as PluginTerser} from "rollup-plugin-terser"
import PluginVue from 'rollup-plugin-vue';
import PluginResolve from 'rollup-plugin-node-resolve';
import PluginLocalResolve from 'rollup-plugin-local-resolve';
import PluginCommonjs from 'rollup-plugin-commonjs';
import PluginCopy from 'rollup-plugin-copy';
import {terser as PluginTerser} from 'rollup-plugin-terser';
const CONFIG = {
input: './src/components.js',
input: './src/index.js',
output: {

@@ -46,2 +46,4 @@ fileName: 'lib',

export default [
// ESM
{

@@ -53,7 +55,6 @@ input: CONFIG.input,

},
plugins: [
...CONFIG.plugins,
PluginCopy(CONFIG.pluginOpts.copy)
]
plugins: CONFIG.plugins,
},
// CommonJS
{

@@ -63,6 +64,10 @@ input: CONFIG.input,

file: CONFIG.getFileName('common'),
format: 'cjs'
format: 'cjs',
exports: 'named'
},
plugins: CONFIG.plugins
plugins: [
...CONFIG.plugins,
PluginCopy(CONFIG.pluginOpts.copy)
]
},
];

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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