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

@mvasigh/react-selection

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mvasigh/react-selection - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

15

index.js

@@ -969,3 +969,4 @@ 'use strict';

style: {
display: 'inline-block'
display: 'inline-block',
position: 'relative'
}

@@ -1002,5 +1003,3 @@ }, props), props.children);

context.current = ctx;
requestAnimationFrame(function () {
return draw();
});
requestAnimationFrame(draw);
};

@@ -1086,5 +1085,3 @@

requestAnimationFrame(function () {
return draw();
});
requestAnimationFrame(draw);
}

@@ -1094,7 +1091,7 @@

ref: area
}, select()), props.children), React__default.createElement(PureCanvas, {
}, select()), props.children, React__default.createElement(PureCanvas, {
width: w,
height: h,
contextRef: handleCanvasRef
}));
})));
};

@@ -1101,0 +1098,0 @@

2

package.json
{
"name": "@mvasigh/react-selection",
"version": "0.2.0",
"version": "0.2.1",
"description": "Grab an area of a component tree and get selection coordinates",

@@ -5,0 +5,0 @@ "main": "index.js",

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