Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@types/mapbox-gl

Package Overview
Dependencies
1
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.39.1 to 0.39.2

9

mapbox-gl/index.d.ts

@@ -672,4 +672,7 @@ // Type definitions for Mapbox GL JS v0.39.1

export class Point {
constructor(options?: Object);
x: number;
y: number;
constructor(x: number, y: number);
clone(): Point;

@@ -710,4 +713,4 @@

angleWithSep(x: number, y: number): number;
convert(a: Array<number> | Point): Point;
static convert(a: Array<number> | Point): Point;
}

@@ -714,0 +717,0 @@

{
"name": "@types/mapbox-gl",
"version": "0.39.1",
"version": "0.39.2",
"description": "TypeScript definitions for Mapbox GL JS",

@@ -22,4 +22,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "dbc58726e78961998b3f44cd2995f1de18b36f53d7f98d5f2bd5bae5137423f1",
"typesPublisherContentHash": "37d479d45dc2f634f8778835a6c2d4d91220ba080ec3310485f4f2cfb9b88487",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Thu, 06 Jul 2017 14:05:07 GMT
* Last updated: Fri, 07 Jul 2017 20:52:56 GMT
* Dependencies: geojson

@@ -14,0 +14,0 @@ * Global values: mapboxgl

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc