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

world-atlas

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

world-atlas - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

10

package.json
{
"name": "world-atlas",
"version": "1.1.1",
"version": "1.1.2",
"description": "Pre-built TopoJSON from Natural Earth.",

@@ -25,9 +25,9 @@ "license": "BSD-3-Clause",

"d3-dsv": "^1.0.3",
"d3-geo-projection": "^1.2.1",
"d3-geo-projection": "^2.0.0",
"ndjson-cli": "^0.3.0",
"shapefile": "^0.6.1",
"topojson-server": "^2.0.0",
"topojson-client": "^2.1.0",
"topojson-simplify": "^2.0.0"
"topojson-server": "^3.0.0",
"topojson-client": "^3.0.0",
"topojson-simplify": "^3.0.0"
}
}

@@ -13,3 +13,3 @@ # World Atlas TopoJSON

<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://d3js.org/topojson.v2.min.js"></script>
<script src="https://unpkg.com/topojson-client@3"></script>
<script>

@@ -20,3 +20,3 @@

d3.json("https://d3js.org/world-110m.v1.json", function(error, world) {
d3.json("https://unpkg.com/world-atlas@1/world/110m.json", function(error, world) {
if (error) throw error;

@@ -54,3 +54,3 @@

<a href="#world/110m.json" name="world/110m.json">#</a> <b>world/110m.json</b> [<>](https://d3js.org/world-110m.v1.json "Source")
<a href="#world/110m.json" name="world/110m.json">#</a> <b>world/110m.json</b> [<>](https://unpkg.com/world-atlas@1/world/110m.json "Source")

@@ -67,3 +67,3 @@ A [TopoJSON *topology*](https://github.com/topojson/topojson-specification/blob/master/README.md#21-topology-objects) containing two geometry collections: <i>countries</i> and <i>land</i>. The geometry is quantized, but not projected; it is in spherical coordinates, decimal degrees. This topology is derived from the Natural Earth’s [Admin 0 country boundaries](http://www.naturalearthdata.com/downloads/110m-cultural-vectors/), 1:110m small scale, version 2.0.0. The land boundary is computed by [merging](https://github.com/topojson/topojson-client/blob/master/README.md#merge) countries, ensuring a consistent topology.

<a href="#world/50m.json" name="world/50m.json">#</a> <b>world/50m.json</b> [<>](https://d3js.org/world-50m.v1.json "Source")
<a href="#world/50m.json" name="world/50m.json">#</a> <b>world/50m.json</b> [<>](https://unpkg.com/world-atlas@1/world/50m.json "Source")

@@ -70,0 +70,0 @@ Equivalent to [world/110m.json](#world/110m.json), but at 1:50m medium scale.

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

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

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