@maplibre/maplibre-gl-style-spec
Advanced tools
Comparing version 14.0.0 to 14.0.1-rc.1
@@ -0,1 +1,6 @@ | ||
## 14.0.1 | ||
### ✨ Features and improvements | ||
* Migrate MapLibre GL JS and the style specification to TypeScript [#209](https://github.com/maplibre/maplibre-gl-js/pull/209) | ||
## 14.0.0 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "@maplibre/maplibre-gl-style-spec", | ||
"description": "a specification for maplibre gl styles", | ||
"version": "14.0.0", | ||
"version": "14.0.1-rc.1", | ||
"author": "MapLibre", | ||
@@ -18,6 +18,2 @@ "keywords": [ | ||
"scripts": { | ||
"copy-flow-typed": "cp -R ../../flow-typed .", | ||
"build": "../../node_modules/.bin/rollup -c && ../../node_modules/.bin/rollup -c --environment esm", | ||
"prepublish": "git clean -fdx && yarn copy-flow-typed && yarn build", | ||
"postpublish": "rm -r flow-typed dist/index.js" | ||
}, | ||
@@ -37,3 +33,2 @@ "repository": { | ||
"@mapbox/unitbezier": "^0.0.0", | ||
"@mapbox/point-geometry": "^0.1.0", | ||
"csscolorparser": "~1.0.2", | ||
@@ -40,0 +35,0 @@ "json-stringify-pretty-compact": "^2.0.0", |
@@ -59,2 +59,1 @@ # MapLibre GL style specification & utilities | ||
To validate that a style can be uploaded to the Mapbox Styles API, use the `--mapbox-api-supported` flag. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
7
43266
0
2835913
108
2
59
2
- Removed@mapbox/point-geometry@^0.1.0
- Removed@mapbox/point-geometry@0.1.0(transitive)