Socket
Socket
Sign inDemoInstall

@interactjs/actions

Package Overview
Dependencies
Maintainers
2
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interactjs/actions - npm Package Compare versions

Comparing version 1.9.0 to 1.9.1

drag.min.js

27

drop/DropEvent.js

@@ -1,3 +0,1 @@

function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
import BaseEvent from "../../core/BaseEvent.js";

@@ -12,19 +10,10 @@ import * as arr from "../../utils/arr.js";

super(dragEvent._interaction);
_defineProperty(this, "target", void 0);
_defineProperty(this, "dropzone", void 0);
_defineProperty(this, "dragEvent", void 0);
_defineProperty(this, "relatedTarget", void 0);
_defineProperty(this, "draggable", void 0);
_defineProperty(this, "timeStamp", void 0);
_defineProperty(this, "propagationStopped", false);
_defineProperty(this, "immediatePropagationStopped", false);
this.target = void 0;
this.dropzone = void 0;
this.dragEvent = void 0;
this.relatedTarget = void 0;
this.draggable = void 0;
this.timeStamp = void 0;
this.propagationStopped = false;
this.immediatePropagationStopped = false;
const {

@@ -31,0 +20,0 @@ element,

@@ -5,3 +5,3 @@ import Interactable from "../../core/Interactable.js";

import drag from "../drag.js";
import DropEvent from "./DropEvent.js";
import DropEvent from "DropEvent.js";

@@ -8,0 +8,0 @@ function install(scope) {

@@ -1,5 +0,5 @@

import drag from "./drag.js";
import drop from "./drop/index.js";
import gesture from "./gesture.js";
import resize from "./resize.js";
import drag from "drag.js";
import drop from "drop/index.js";
import gesture from "gesture.js";
import resize from "resize.js";
export default {

@@ -6,0 +6,0 @@ id: 'actions',

{
"name": "@interactjs/actions",
"version": "1.9.0",
"version": "1.9.1",
"license": "MIT",
"peerDependencies": {
"@interactjs/core": "1.9.0",
"@interactjs/utils": "1.9.0"
"@interactjs/core": "1.9.1",
"@interactjs/utils": "1.9.1"
},
"devDependencies": {
"@interactjs/_dev": "1.9.0"
"@interactjs/_dev": "1.9.1"
},
"optionalDependencies": {
"@interactjs/interact": "1.9.0"
"@interactjs/interact": "1.9.1"
},

@@ -18,3 +18,3 @@ "publishConfig": {

},
"gitHead": "cbd58434"
"gitHead": "523820c6"
}

@@ -9,3 +9,3 @@ import interact, { init } from "../../interact/index.js";

if (undefined !== 'production' && !interact.__warnedUseImport) {
if ("development" !== 'production' && !interact.__warnedUseImport) {
interact.__warnedUseImport = true; // eslint-disable-next-line no-console

@@ -12,0 +12,0 @@

@@ -9,3 +9,3 @@ import interact, { init } from "../../interact/index.js";

if (undefined !== 'production' && !interact.__warnedUseImport) {
if ("development" !== 'production' && !interact.__warnedUseImport) {
interact.__warnedUseImport = true; // eslint-disable-next-line no-console

@@ -12,0 +12,0 @@

@@ -9,3 +9,3 @@ import interact, { init } from "../../interact/index.js";

if (undefined !== 'production' && !interact.__warnedUseImport) {
if ("development" !== 'production' && !interact.__warnedUseImport) {
interact.__warnedUseImport = true; // eslint-disable-next-line no-console

@@ -12,0 +12,0 @@

@@ -9,3 +9,3 @@ import interact, { init } from "../../interact/index.js";

if (undefined !== 'production' && !interact.__warnedUseImport) {
if ("development" !== 'production' && !interact.__warnedUseImport) {
interact.__warnedUseImport = true; // eslint-disable-next-line no-console

@@ -12,0 +12,0 @@

@@ -9,3 +9,3 @@ import interact, { init } from "../../interact/index.js";

if (undefined !== 'production' && !interact.__warnedUseImport) {
if ("development" !== 'production' && !interact.__warnedUseImport) {
interact.__warnedUseImport = true; // eslint-disable-next-line no-console

@@ -12,0 +12,0 @@

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

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