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

@dflex/draggable

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dflex/draggable - npm Package Compare versions

Comparing version 2.14.0 to 2.15.0

2

dist/AbstractDraggable.d.ts

@@ -24,3 +24,3 @@ /**

tempTranslate: Coordinates;
static draggedStyleProps: DraggedStyle;
static draggedStyle: DraggedStyle;
/**

@@ -27,0 +27,0 @@ * Creates an instance of AbstractDraggable.

@@ -52,3 +52,3 @@ "use strict";

if (isActive) {
this.changeStyle(AbstractDraggable.draggedStyleProps, true);
this.changeStyle(AbstractDraggable.draggedStyle, true);
if (getSelection()) {

@@ -63,3 +63,3 @@ getSelection().removeAllRanges();

*/
this.changeStyle(AbstractDraggable.draggedStyleProps, false);
this.changeStyle(AbstractDraggable.draggedStyle, false);
this.draggedElm.ref.removeAttribute("dragged");

@@ -87,3 +87,3 @@ };

};
AbstractDraggable.draggedStyleProps = [
AbstractDraggable.draggedStyle = [
{

@@ -90,0 +90,0 @@ prop: "position",

{
"name": "@dflex/draggable",
"version": "2.14.0",
"version": "2.15.0",
"main": "dist/index.js",

@@ -21,4 +21,4 @@ "types": "dist/index.d.ts",

"dependencies": {
"@dflex/core-instance": "^2.14.0",
"@dflex/store": "^2.14.0"
"@dflex/core-instance": "^2.15.0",
"@dflex/store": "^2.15.0"
},

@@ -45,3 +45,3 @@ "keywords": [

},
"gitHead": "67ac10e9252dc2473bd3fc3c7ae52c1d9e3124bc"
"gitHead": "ee28d18a71f8bd399c916c135c3fa698127a89f1"
}
<h1 align="center">
<img
src="https://raw.githubusercontent.com/jalal246/dflex/master/DFlex-readme.png"
alt="Dflex logo" />
<a href="https://www.dflex.dev/" target="_blank">
<img
src="https://raw.githubusercontent.com/jalal246/dflex/master/DFlex-readme.png"
alt="Dflex logo" />
</a>
</h1>

@@ -6,0 +8,0 @@

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