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

ol-mapbox-style

Package Overview
Dependencies
Maintainers
2
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 2.10.2 to 2.10.3

4

index.js

@@ -124,3 +124,3 @@ /*

fetch(spriteUrl)
fetch(spriteUrl, {credentials: 'same-origin'})
.then(function(response) {

@@ -134,3 +134,3 @@ // if the response is ready return the JSON promise

spriteUrl = toSpriteUrl(glStyle.sprite, path, '.json');
return fetch(spriteUrl).then(r => r.json());
return fetch(spriteUrl, {credentials: 'same-origin'}).then(r => r.json());
}

@@ -137,0 +137,0 @@ })

{
"name": "ol-mapbox-style",
"version": "2.10.2",
"version": "2.10.3",
"description": "Create OpenLayers maps from Mapbox Style objects",

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

@@ -15,2 +15,3 @@ To create and publish a release, perform the following steps:

git commit -m "Set version to 2.11.0"
git push origin master

@@ -17,0 +18,0 @@ ### Create and checkout a release branch

@@ -129,3 +129,2 @@ import 'babel-polyfill';

should(layer.getStyle()).be.a.Function();
should(source.getAttributions()[0].getHTML()).equal('Tegola OSM');
done();

@@ -132,0 +131,0 @@ });

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

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