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

ol-mapbox-style

Package Overview
Dependencies
Maintainers
1
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 0.0.10 to 0.0.11

6

dist/olms.js

@@ -419,5 +419,5 @@ (function(_g){(function(f){var r=(typeof require==='function'?require:function(name){return {"_":null,"openlayers":ol}[name];});if (typeof exports==='object'&&typeof module!=='undefined'){module.exports=f(r)}else if(typeof define==='function'&&define.amd){define(["_","openlayers"],f.bind(_g,r))}else{f(r)}})(function(require,define,module,exports){var _m=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){

}
strokeColor = 'fill-outline-color' in paint ?
colorWithOpacity(paint['fill-outline-color'](zoom), opacity) :
color;
if ('fill-outline-color' in paint) {
strokeColor = colorWithOpacity(paint['fill-outline-color'](zoom), opacity);
}
if (strokeColor) {

@@ -424,0 +424,0 @@ ++stylesLength;

@@ -418,5 +418,5 @@ /*

}
strokeColor = 'fill-outline-color' in paint ?
colorWithOpacity(paint['fill-outline-color'](zoom), opacity) :
color;
if ('fill-outline-color' in paint) {
strokeColor = colorWithOpacity(paint['fill-outline-color'](zoom), opacity);
}
if (strokeColor) {

@@ -423,0 +423,0 @@ ++stylesLength;

{
"name": "ol-mapbox-style",
"version": "0.0.10",
"version": "0.0.11",
"description": "Use Mapbox style objects with OpenLayers",

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

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