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 2.0.0 to 2.0.1

6

CHANGELOG.md

@@ -7,2 +7,8 @@ ### Changelog

#### [v2.0.1](https://github.com/gagan-bansal/geojson2svg/compare/v2.0.0...v2.0.1)
> 9 August 2023
- Fix types [`5e129d9`](https://github.com/gagan-bansal/geojson2svg/commit/5e129d9e25555576fdb5a18d60670501c106422f)
### [v2.0.0](https://github.com/gagan-bansal/geojson2svg/compare/v1.3.6...v2.0.0)

@@ -9,0 +15,0 @@

2

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

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

@@ -88,3 +88,3 @@ /***

export default class GeoJSON2SVG {
export class GeoJSON2SVG {
public constructor(options?: Options)

@@ -91,0 +91,0 @@ public convert(geojson: GeoJSON, options?: Options): string[]

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