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

@maplibre/maplibre-gl-style-spec

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 14.0.0 to 14.0.1-rc.1

composite.ts

5

CHANGELOG.md

@@ -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 @@

7

package.json
{
"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.
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