Socket
Socket
Sign inDemoInstall

ig_markerfactory

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ig_markerfactory - npm Package Compare versions

Comparing version 2.8.1 to 2.8.2

5

dist/markerfactory.esm.js

@@ -484,3 +484,2 @@ var MarkerFactory = {};

grad.addColorStop(0, '#FFFFFF');
grad.addColorStop(0.5, '#FFFFFF');
grad.addColorStop(1, color0);

@@ -501,3 +500,3 @@

context.strokeStyle = color1;
context.strokeStyle = '#FFFFFF';
context.strokeText(options.unicodelabel, text_x + 4, 6);

@@ -545,3 +544,3 @@

origin: new google.maps.Point(0, 0),
anchor: new google.maps.Point(27 * scale, 39 * scale),
anchor: new google.maps.Point(27 * scale, 24 * scale),
scaledSize: new google.maps.Size(54 * scale, 48 * scale)

@@ -548,0 +547,0 @@ });

@@ -490,3 +490,2 @@ (function (global, factory) {

grad.addColorStop(0, '#FFFFFF');
grad.addColorStop(0.5, '#FFFFFF');
grad.addColorStop(1, color0);

@@ -507,3 +506,3 @@

context.strokeStyle = color1;
context.strokeStyle = '#FFFFFF';
context.strokeText(options.unicodelabel, text_x + 4, 6);

@@ -551,3 +550,3 @@

origin: new google.maps.Point(0, 0),
anchor: new google.maps.Point(27 * scale, 39 * scale),
anchor: new google.maps.Point(27 * scale, 24 * scale),
scaledSize: new google.maps.Size(54 * scale, 48 * scale)

@@ -554,0 +553,0 @@ });

2

package.json

@@ -5,3 +5,3 @@ {

"jsnext:main": "markerfactory.esm.js",
"version": "2.8.1",
"version": "2.8.2",
"license": "MIT",

@@ -8,0 +8,0 @@ "repository": {

@@ -484,3 +484,2 @@ var MarkerFactory = {};

grad.addColorStop(0, '#FFFFFF');
grad.addColorStop(0.5, '#FFFFFF');
grad.addColorStop(1, color0);

@@ -501,3 +500,3 @@

context.strokeStyle = color1;
context.strokeStyle = '#FFFFFF';
context.strokeText(options.unicodelabel, text_x + 4, 6);

@@ -545,3 +544,3 @@

origin: new google.maps.Point(0, 0),
anchor: new google.maps.Point(27 * scale, 39 * scale),
anchor: new google.maps.Point(27 * scale, 24 * scale),
scaledSize: new google.maps.Size(54 * scale, 48 * scale)

@@ -548,0 +547,0 @@ });

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