New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dragselect

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dragselect - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

3

dist/dragSelect.js
/*
@TODO: rewrite it in a OOP manner so that people can extend/mixin the dragselect
__ _____ __ __

@@ -198,2 +200,3 @@ ____/ /________ _____ _/ ___/___ / /__ _____/ /_

// console.log('yala', cursorPosNew.y, initialCursorPos.y, scrollAmount.y, initialScroll.y);
// right

@@ -200,0 +203,0 @@ if(cursorPosNew.x > initialCursorPos.x - scrollAmount.x) { // 1.

2

package.json
{
"name": "dragselect",
"version": "1.4.0",
"version": "1.4.1",
"description": "easy javascript drag select functionality to your projects",

@@ -5,0 +5,0 @@ "main": "./dist/ds.min.js",

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