mapbox-gl-style-spec
Advanced tools
Comparing version 8.4.0 to 8.4.1
## master | ||
## 8.4.1 | ||
* Revert ramp validation checks that broke some styles. | ||
## 8.4.0 | ||
@@ -4,0 +8,0 @@ |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
251804
0