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

ol-mapbox-style

Package Overview
Dependencies
Maintainers
3
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ol-mapbox-style - npm Package Compare versions

Comparing version 8.0.4 to 8.0.5

dist/olms.js.LICENSE.txt

4

CHANGELOG.md
# Changelog
## 8.0.5
* Do not advertise the `dist/olms.js` cjs bundle in `package.json`, because its imports from `ol` are not cjs compliant. This should resolve problems with old bundlers that pick the cjs bundle instead of the ejs bundle.
## 8.0.4

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

7

package.json
{
"name": "ol-mapbox-style",
"version": "8.0.4",
"version": "8.0.5",
"description": "Create OpenLayers maps from Mapbox Style objects",
"type": "module",
"main": "dist/olms.js",
"browser": "dist/index.js",
"module": "dist/index.js",

@@ -11,4 +11,3 @@ "types": "dist/index.d.ts",

".": {
"module": "./dist/index.js",
"require": "./dist/olms.js"
"import": "./dist/index.js"
}

@@ -15,0 +14,0 @@ },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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