You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

vue-draggable-resizable-rotatable-saya

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-draggable-resizable-rotatable-saya - npm Package Compare versions

Comparing version

to
2.3.1

dist/VueDraggableResizable.common.js

0

CHANGELOG.md

@@ -0,0 +0,0 @@ # Changelog

4

package.json
{
"name": "vue-draggable-resizable-rotatable-saya",
"version": "2.3.0",
"version": "2.3.1",
"author": "Maurizio Bonani <maurizio.bonani@gmail.com>",

@@ -16,3 +16,3 @@ "main": "dist/VueDraggableResizable.umd.min.js",

"lint": "vue-cli-service lint",
"build-bundle": "vue-cli-service build --target lib --name VueDraggableResizableRotatableSaya ./src/index.js",
"build-bundle": "vue-cli-service build --target lib --name VueDraggableResizable ./src/index.js",
"unit": "cross-env BABEL_ENV=test mocha-webpack --webpack-config=webpack.test.js tests/unit/specs/**/*.js",

@@ -19,0 +19,0 @@ "unit-watch": "cross-env BABEL_ENV=test mocha-webpack --watch --webpack-config=webpack.test.js tests/unit/specs/**/*.js",

@@ -1,4 +0,4 @@

import './components/vue-draggable-resizable-rotatable-saya.css'
import './components/vue-draggable-resizable.css'
import VueDraggableResizableRotatableSaya from './components/vue-draggable-resizable-rotatable-saya'
import VueDraggableResizable from './components/vue-draggable-resizable'

@@ -8,3 +8,3 @@ export function install (Vue) {

install.installed = true
Vue.component('VueDraggableResizableRotatableSaya', VueDraggableResizableRotatableSaya)
Vue.component('VueDraggableResizable', VueDraggableResizable)
}

@@ -26,2 +26,2 @@

export default VueDraggableResizableRotatableSaya
export default VueDraggableResizable

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet