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

flexbox-vue

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flexbox-vue - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/flexbox.js

3

package.json
{
"name": "flexbox-vue",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Vue Component to flexbox",

@@ -13,2 +13,3 @@ "author": "hexonZhang <308826842@qq.com>",

},
"main": "dist/flexbox.js",
"dependencies": {

@@ -15,0 +16,0 @@ "vue": "^2.4.2"

@@ -16,6 +16,6 @@ /*

output: {
path: path.resolve(__dirname, 'dist'),
publicPath: '/dist/',
filename: 'flexboxPlugin.js',
library: 'flexboxPlugin',
path: path.resolve(__dirname, './dist'),
publicPath: './',
filename: 'flexbox.js',
library: 'flexbox',
libraryTarget: 'umd',

@@ -22,0 +22,0 @@ umdNamedDefine: true

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