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

geojson2svg

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geojson2svg - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "geojson2svg",
"version": "0.0.7",
"version": "0.0.8",
"description": "Converts geojson to svg/path string given svg viewport size and maps extent.",

@@ -5,0 +5,0 @@ "main": "src/main.js",

@@ -9,5 +9,5 @@ # geojson2svg

```
For including in html page standard way, download file dist/geojson2svg.js
For including in html page standard way, download file dist/geojson2svg.min.js
```html
<script type="text/javascipt" src="path/to/geojson2svg.js"></script>
<script type="text/javascipt" src="path/to/geojson2svg.min.js"></script>
```

@@ -14,0 +14,0 @@ This create a global variable 'geojson2svg'

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