Socket
Socket
Sign inDemoInstall

d3-geo-scale-bar

Package Overview
Dependencies
0
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

4

build/d3-geo-scale-bar.js

@@ -1,2 +0,2 @@

// https://github.com/HarryStevens/d3-geo-scale-bar Version 1.2.0. Copyright 2021 Harry Stevens.
// https://github.com/HarryStevens/d3-geo-scale-bar Version 1.2.0. Copyright 2022 Harry Stevens.
(function (global, factory) {

@@ -282,2 +282,4 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :

}
distance = barDistance;
} // The ticks and elements of the bar

@@ -284,0 +286,0 @@

{
"name": "d3-geo-scale-bar",
"version": "1.2.0",
"version": "1.2.1",
"description": "Displays automatic scale bars for projected geospatial data.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -10,3 +10,3 @@ # d3-geo-scale-bar

```html
<script src="https://unpkg.com/d3-geo-scale-bar@1.2.0/build/d3-geo-scale-bar.min.js"></script>
<script src="https://unpkg.com/d3-geo-scale-bar@1.2.1/build/d3-geo-scale-bar.min.js"></script>
<script>

@@ -13,0 +13,0 @@

@@ -61,2 +61,4 @@ import { default as geoDistance } from "./geo/distance";

}
distance = barDistance;
}

@@ -63,0 +65,0 @@

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