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.3 to 1.0.4

dist/index.html

6

package.json
{
"name": "flexbox-vue",
"version": "1.0.3",
"version": "1.0.4",
"description": "A Vue Component to flexbox",
"author": "hexonZhang <308826842@qq.com>",
"private": false,
"license": "MIT",
"license": "MIT",
"scripts": {

@@ -13,3 +13,3 @@ "dev": "node build/dev-server.js",

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

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

@@ -5,3 +5,3 @@ /*

* @Last Modified by: Marte
* @Last Modified time: 2017-09-02 00:31:07
* @Last Modified time: 2017-09-02 09:44:45
*/

@@ -19,4 +19,4 @@

publicPath: './',
filename: 'flexbox.js',
library: 'flexbox',
filename: 'flexbox-vue.js',
library: 'flexbox-vue',
libraryTarget: 'umd',

@@ -23,0 +23,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