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.10.0 to 2.10.1

2

dist/AbstractDraggable.js

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

this.tempTranslate.y = y + this.outerOffsetY;
this.draggedStyleRef.transform = "translate(" + this.tempTranslate.x + "px," + this.tempTranslate.y + "px)";
this.draggedStyleRef.transform = "translate3d(" + this.tempTranslate.x + "px," + this.tempTranslate.y + "px, 0)";
};

@@ -93,0 +93,0 @@ return AbstractDraggable;

{
"name": "@dflex/draggable",
"version": "2.10.0",
"version": "2.10.1",
"main": "dist/index.js",

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

"dependencies": {
"@dflex/core-instance": "^2.10.0",
"@dflex/store": "^2.10.0"
"@dflex/core-instance": "^2.10.1",
"@dflex/store": "^2.10.1"
},

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

},
"gitHead": "e84ec2529421a3b5a26ffbf6a41035e00f4cb798"
"gitHead": "858f9fbb06e2a8d0b640c20ebf03759e5f6b4093"
}

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