Socket
Socket
Sign inDemoInstall

vueboxy

Package Overview
Dependencies
11
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.18 to 0.0.19

dist/docs/css/docs.65e523fa5a27ae455ea09d42bda70cb9.css

2

package.json
{
"name": "vueboxy",
"version": "0.0.18",
"version": "0.0.19",
"description": "A drag and drop solution for arranging components.",

@@ -5,0 +5,0 @@ "author": "David Graham <prograhammer@gmail.com>",

@@ -11,3 +11,3 @@ export default {

return this.$createElement('div', data, [this.genBoxes(), this.genShadowBox(), this.genToolbar()])
return this.$createElement('div', data, [this.genBoxes(), this.genShadowBox(), this.genToolbar(), this.genBreakpts()])
},

@@ -68,2 +68,8 @@

genBreakpts () {
if (this.mode !== 'input') return
return this.$createElement('breakpts', {}, [])
},
genResize () {

@@ -70,0 +76,0 @@ if (!this.$slots.resize) return null

@@ -7,5 +7,6 @@ import box from './box'

import generators from './generators/vueboxy'
import Breakpts from './Breakpts'
export default {
components: { box, ShadowBox, toolbar },
components: { box, ShadowBox, toolbar, Breakpts },

@@ -12,0 +13,0 @@ mixins: [generators],

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 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc