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

react-input-position

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-input-position - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

CHANGELOG.md

4

dist/utils.js

@@ -68,7 +68,7 @@ "use strict";

if (limits.maxX < 0) {
limits.maxX = elemWidth + limits.maxX;
limits.maxX = elemDimensions.width + limits.maxX;
}
if (limits.maxY < 0) {
limits.maxY = elemHeight + limits.maxY;
limits.maxY = elemDimensions.height + limits.maxY;
}

@@ -75,0 +75,0 @@

{
"name": "react-input-position",
"version": "1.1.2",
"version": "1.1.3",
"description": "A React component that decorates it's children with mouse/touch position tracking, a status toggle fired by click/gesture events, and more.",

@@ -5,0 +5,0 @@ "keywords": [

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