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

terra-draw

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-draw - npm Package Compare versions

Comparing version 0.0.1-alpha.61 to 0.0.1-alpha.62

11

dist/modes/circle/circle.mode.d.ts

@@ -20,2 +20,3 @@ import { TerraDrawMouseEvent, TerraDrawAdapterStyling, TerraDrawKeyboardEvent, HexColorStyling, NumericStyling, Cursor } from "../../common";

cursors?: Cursors;
minimumRadiusKilometers?: number;
}

@@ -29,2 +30,12 @@ export declare class TerraDrawCircleMode extends TerraDrawBaseDrawMode<CirclePolygonStyling> {

private cursors;
private minimumRadiusKilometers;
/**
* Create a new circle mode instance
* @param options - Options to customize the behavior of the circle mode
* @param options.keyEvents - Key events to cancel or finish the mode
* @param options.cursors - Cursors to use for the mode
* @param options.minimumRadiusKilometers - Minimum radius for the circle
* @param options.styles - Custom styling for the circle
* @param options.pointerDistance - Distance in pixels to consider a pointer close to a vertex
*/
constructor(options?: TerraDrawCircleModeOptions<CirclePolygonStyling>);

@@ -31,0 +42,0 @@ private close;

2

package.json
{
"name": "terra-draw",
"version": "0.0.1-alpha.61",
"version": "0.0.1-alpha.62",
"description": "Frictionless map drawing across mapping provider",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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