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

@mapbox/mapbox-gl-style-spec

Package Overview
Dependencies
Maintainers
28
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mapbox/mapbox-gl-style-spec - npm Package Compare versions

Comparing version 14.0.0-beta.3 to 14.0.0-beta.4

3

flow-typed/gl-matrix.js

@@ -58,2 +58,4 @@ // @flow

dot(Vec4, Vec4): number,
min<T: Vec4>(T, Vec4, Vec4): T,
max<T: Vec4>(T, Vec4, Vec4): T,
};

@@ -86,2 +88,3 @@

fromQuat<T: Mat4>(T, Quat): T,
fromRotationTranslationScale<T: Mat4>(T, Quat, Vec3, Vec3): T,
ortho<T: Mat4>(T, number, number, number, number, number, number): T,

@@ -88,0 +91,0 @@ perspective<T: Mat4>(T, number, number, number, number): T,

2

package.json
{
"name": "@mapbox/mapbox-gl-style-spec",
"description": "a specification for mapbox gl styles",
"version": "14.0.0-beta.3",
"version": "14.0.0-beta.4",
"author": "Mapbox",

@@ -6,0 +6,0 @@ "keywords": [

@@ -219,3 +219,3 @@ // @flow

"type": "image",
"url": string,
"url"?: string,
"coordinates": [[number, number], [number, number], [number, number], [number, number]]

@@ -556,3 +556,4 @@ |}

"hillshade-highlight-color"?: PropertyValueSpecification<ColorSpecification>,
"hillshade-accent-color"?: PropertyValueSpecification<ColorSpecification>
"hillshade-accent-color"?: PropertyValueSpecification<ColorSpecification>,
"hillshade-emissive-strength"?: PropertyValueSpecification<number>
|}

@@ -559,0 +560,0 @@ |}

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

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