Socket
Socket
Sign inDemoInstall

@types/mapbox-gl

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/mapbox-gl - npm Package Compare versions

Comparing version 0.35.0 to 0.35.1

14

mapbox-gl/index.d.ts

@@ -689,15 +689,17 @@ // Type definitions for Mapbox GL JS v0.35.1

equals(): boolean;
equals(p: Point): boolean;
dist(): number;
dist(p: Point): number;
distSqr(): number;
distSqr(p: Point): number;
angle(): number;
angleTo(): number;
angleTo(p: Point): number;
angleWidth(): number;
angleWidth(p: Point): number;
angleWidthSep(): number;
angleWithSep(x: number, y: number): number;
convert(a: Array<number> | Point): Point;
}

@@ -704,0 +706,0 @@

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

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

"peerDependencies": {},
"typesPublisherContentHash": "d153d00b8c578e79dc3d2092b4b2a78bcde6efddc1a9f732ba17dd393ba65cbd",
"typesPublisherContentHash": "a38bdff903b268edd2460f556b79bd2dfefb18bef99cc08496900c373a60aa90",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 02 May 2017 00:11:24 GMT
* Last updated: Fri, 02 Jun 2017 13:25:33 GMT
* Dependencies: geojson

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

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