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

osmtogeojson

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

osmtogeojson - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

1.2.1
-----
* fix wrong (inverse) logic in uninterestingTags callback evaluation (backported from master)
1.2.0

@@ -2,0 +6,0 @@ -----

2

osmtogeojson.js

@@ -228,3 +228,3 @@ try {

if (typeof options.uninterestingTags === "function")
return options.uninterestingTags(t, ignore_tags);
return !options.uninterestingTags(t, ignore_tags);
for (var k in t)

@@ -231,0 +231,0 @@ if (!(options.uninterestingTags[k]===true) &&

{
"name": "osmtogeojson",
"version": "1.2.0",
"version": "1.2.1",
"description": "convert OSM to geojson",

@@ -5,0 +5,0 @@ "main": "osmtogeojson.js",

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