Socket
Socket
Sign inDemoInstall

agnostic-maps

Package Overview
Dependencies
5
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

4

package.json
{
"name": "agnostic-maps",
"version": "1.1.2",
"version": "1.1.3",
"description": "A set of wrappers for modern maps API e.g. Open Street Maps and Yandex",

@@ -26,4 +26,4 @@ "keywords": [

"leaflet.icon.glyph": "^0.2.1",
"ymaps-loader": "^1.0.3"
"ymaps-loader": "^1.0.4"
}
}

@@ -9,3 +9,3 @@ /* global ymaps */

const getDefaultScale = function () { return 10; };
const getMarkerOptions = function (icon, color) { return { preset: `islands#${color}${icon}Icon` }; };
const getMarkerOptions = function (icon, color) { return { preset: 'islands#' + color + icon + 'Icon' }; };

@@ -12,0 +12,0 @@ module.exports.addMarker = function (map, marker) { map.geoObjects.add(marker); };

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc