New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ixnode/geo-sphere

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ixnode/geo-sphere - npm Package Compare versions

Comparing version

to
0.1.40

2

package.json
{
"name": "@ixnode/geo-sphere",
"version": "0.1.39",
"version": "0.1.40",
"description": "A Node.js package for rendering interactive world maps with Mercator projection, customizable languages, and advanced interactivity features such as zoom, pan, and click events.",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs",

@@ -7,3 +7,3 @@ /* Import types. */

/* Zoom bounding box for france. */
/* Zoom bounding box for France. */
fr: [

@@ -14,2 +14,8 @@ [-5, 40], /* longitude and latitude min. */

/* Zoom bounding box for the Netherlands. */
nl: [
[3, 50], /* longitude and latitude min. */
[8, 54] /* longitude and latitude max. */
],
/* Zoom bounding box for the United States. */

@@ -25,4 +31,22 @@ us: [

/* Zoom bounding box for liechtenstein. */
li: [20., 20.]
/* Zoom bounding box for Andorra. */
ad: [20., 20.],
/* Zoom bounding box for Andorra. */
be: [1., 1.],
/* Zoom bounding box for Liechtenstein. */
li: [20., 20.],
/* Zoom bounding box for Liechtenstein. */
lu: [10., 10.],
/* Zoom bounding box for Monaco. */
mc: [80., 80.],
/* Zoom bounding box for the Netherlands. */
nl: [.4, .4],
/* Zoom bounding box for San Marino. */
sm: [40., 40.]
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet