Socket
Socket
Sign inDemoInstall

@vizzuality/layer-manager-plugin-mapboxgl

Package Overview
Dependencies
Maintainers
7
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vizzuality/layer-manager-plugin-mapboxgl - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

14

dist/index.js

@@ -361,16 +361,2 @@ "use strict";

}
setDecodeParams(layerModel) {
const { mapLayer, decodeParams } = layerModel;
if (!mapLayer) {
return this;
}
const layer = mapLayer.layers[1];
if (layer && typeof layer.setProps === 'function') {
layer.setProps({ decodeParams });
}
else {
console.error("Layer is not present. You defined decodeParams but maybe you didn't define a decodeFunction");
}
return this;
}
setDeck() {

@@ -377,0 +363,0 @@ return this;

4

package.json
{
"name": "@vizzuality/layer-manager-plugin-mapboxgl",
"version": "1.1.0",
"version": "1.2.0",
"author": "Vizzuality <hello@vizzuality.com>",

@@ -36,3 +36,3 @@ "keywords": [

},
"gitHead": "4a9b5dcf0c665530896708c50a183431ba28da22"
"gitHead": "da8f184e25e8e0596a5d05bacff0e71ea00632c2"
}

@@ -13,4 +13,3 @@ export { default } from './src/index';

setSQLParams: () => void
setDecodeParams: () => void
getLayerByType: () => void
}

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