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
30
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 7.0.0 to 7.0.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## 7.0.0
* [BREAKING] Improve dashed lines (#234)
* [BREAKING] Remove prerendered layers (#232)
* Explicit visibility property (#212)
* Functions for all properties (#237)
## 6.0.0

@@ -2,0 +9,0 @@

14

index.js

@@ -1,7 +0,7 @@

module.exports = {};
module.exports.v2 = require('./reference/v2.json');
module.exports.v3 = require('./reference/v3.json');
module.exports.v4 = require('./reference/v4.json');
module.exports.v5 = require('./reference/v5.json');
module.exports.v6 = require('./reference/v6.json');
module.exports.v7 = require('./reference/v7.json');
exports.v2 = require('./reference/v2.json');
exports.v3 = require('./reference/v3.json');
exports.v4 = require('./reference/v4.json');
exports.v5 = require('./reference/v5.json');
exports.v6 = require('./reference/v6.json');
exports.v7 = require('./reference/v7.json');
exports.latest = exports.v7;
{
"name": "mapbox-gl-style-spec",
"version": "7.0.0",
"version": "7.0.1",
"description": "a specification for mapbox gl styles",

@@ -5,0 +5,0 @@ "main": "index.js",

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