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
0
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.7.0-beta.1 to 14.7.0

5

dist/index.d.ts

@@ -851,3 +851,3 @@ import Point from '@mapbox/point-geometry';

"fill-extrusion-cutoff-fade-range"?: ExpressionSpecification;
"fill-extrusion-emissive-strength"?: PropertyValueSpecification<number>;
"fill-extrusion-emissive-strength"?: DataDrivenPropertyValueSpecification<number>;
"fill-extrusion-emissive-strength-transition"?: TransitionSpecification;

@@ -1043,2 +1043,3 @@ "fill-extrusion-line-width"?: DataDrivenPropertyValueSpecification<number>;

"paint"?: {
"background-pitch-alignment"?: "map" | "viewport" | ExpressionSpecification;
"background-color"?: PropertyValueSpecification<ColorSpecification>;

@@ -1477,3 +1478,3 @@ "background-color-transition"?: TransitionSpecification;

interface Feature {
readonly type: 1 | 2 | 3 | "Unknown" | "Point" | "LineString" | "Polygon";
readonly type: 0 | 1 | 2 | 3 | "Unknown" | "Point" | "LineString" | "Polygon";
readonly id?: number | null;

@@ -1480,0 +1481,0 @@ readonly properties: {

2

expression/index.ts

@@ -39,3 +39,3 @@ import assert from 'assert';

export interface Feature {
readonly type: 1 | 2 | 3 | 'Unknown' | 'Point' | 'LineString' | 'Polygon';
readonly type: 0 | 1 | 2 | 3 | 'Unknown' | 'Point' | 'LineString' | 'Polygon';
readonly id?: number | null;

@@ -42,0 +42,0 @@ readonly properties: {

{
"name": "@mapbox/mapbox-gl-style-spec",
"version": "14.7.0-beta.1",
"version": "14.7.0",
"description": "a specification for mapbox gl styles",

@@ -5,0 +5,0 @@ "author": "Mapbox",

@@ -745,3 +745,3 @@ // Generated code; do not edit. Edit build/generate-typed-style-spec.ts instead.

"fill-extrusion-cutoff-fade-range"?: ExpressionSpecification,
"fill-extrusion-emissive-strength"?: PropertyValueSpecification<number>,
"fill-extrusion-emissive-strength"?: DataDrivenPropertyValueSpecification<number>,
"fill-extrusion-emissive-strength-transition"?: TransitionSpecification,

@@ -962,2 +962,3 @@ "fill-extrusion-line-width"?: DataDrivenPropertyValueSpecification<number>,

"paint"?: {
"background-pitch-alignment"?: "map" | "viewport" | ExpressionSpecification,
"background-color"?: PropertyValueSpecification<ColorSpecification>,

@@ -964,0 +965,0 @@ "background-color-transition"?: TransitionSpecification,

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