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

mapbox-gl-style-spec

Package Overview
Dependencies
Maintainers
42
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 8.4.0 to 8.4.1

4

CHANGELOG.md
## master
## 8.4.1
* Revert ramp validation checks that broke some styles.
## 8.4.0

@@ -4,0 +8,0 @@

4

lib/validate/parsed.js

@@ -331,4 +331,4 @@ 'use strict';

if (val[0] <= lastStop) {
error(key + '[0]', val[0], 'array stops must appear in ascending order and have no duplicates');
if (val[0] < lastStop) {
error(key + '[0]', val[0], 'array stops must appear in ascending order');
}

@@ -335,0 +335,0 @@

{
"name": "mapbox-gl-style-spec",
"description": "a specification for mapbox gl styles",
"version": "8.4.0",
"version": "8.4.1",
"author": "Mapbox",

@@ -6,0 +6,0 @@ "bin": {

Sorry, the diff of this file is not supported yet

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