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

@types/mapbox__mapbox-gl-draw

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/mapbox__mapbox-gl-draw - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

5

mapbox__mapbox-gl-draw/index.d.ts

@@ -411,3 +411,6 @@ // Type definitions for @mapbox/mapbox-gl-draw 1.4

constrainFeatureMovement(geojsonFeatures: DrawFeature[], delta: { lng: number; lat: number }): number;
constrainFeatureMovement(
geojsonFeatures: DrawFeature[],
delta: { lng: number; lat: number },
): { lng: number; lat: number };

@@ -414,0 +417,0 @@ createMidPoint(parent: string, startVertex: Feature, endVertex: Feature): Feature<Point> | null;

4

mapbox__mapbox-gl-draw/package.json
{
"name": "@types/mapbox__mapbox-gl-draw",
"version": "1.4.3",
"version": "1.4.4",
"description": "TypeScript definitions for @mapbox/mapbox-gl-draw",

@@ -36,4 +36,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mapbox__mapbox-gl-draw",

},
"typesPublisherContentHash": "906c5209f1f514d6e36d3962933e043f3466ab8e3a0a3bf02bebfcfba311be84",
"typesPublisherContentHash": "0edacb06004b4370750304447f3c91fc50cbabb4278c023ece88f540b68b176a",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 27 Sep 2023 09:42:15 GMT
* Last updated: Wed, 11 Oct 2023 19:05:48 GMT
* Dependencies: [@types/geojson](https://npmjs.com/package/@types/geojson), [@types/mapbox-gl](https://npmjs.com/package/@types/mapbox-gl)

@@ -14,0 +14,0 @@ * Global values: `MapboxDraw`

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