Socket
Socket
Sign inDemoInstall

geojson2osm

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geojson2osm - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "geojson2osm",
"version": "0.0.1",
"version": "0.0.2",
"main": "./index",

@@ -5,0 +5,0 @@ "engines": {

@@ -9,3 +9,3 @@ ## GeoJSON to OSM

```js
var osm_geojson = require('geojson2osm');
var geojson2osm = require('geojson2osm');
var geo = {

@@ -51,3 +51,3 @@ "type": "FeatureCollection",

}
osm_geojson.geojson2osm(geo);
geojson2osm.geojson2osm(geo);
```
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