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

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.5 to 0.0.6

.travis.yml

4

package.json
{
"name": "geojson2osm",
"version": "0.0.5",
"version": "0.0.6",
"main": "./index",
"engines": {
"node": "0.10.28"
"node": "4.4.7"
},

@@ -8,0 +8,0 @@ "bin": {

@@ -0,1 +1,3 @@

[![Build Status](https://travis-ci.org/Rub21/geojson2osm.svg?branch=master)](https://magnum.travis-ci.com/Rub21/geojson2osm)
## geojson2osm

@@ -2,0 +4,0 @@

@@ -147,3 +147,3 @@ 'use strict';

if (properties[tag] !== null && tag && tag.indexOf('@') === -1) {
tags += '<tag k="' + tag + '" v="' + properties[tag].toString().replace(/"/g, '').replace(/&/g, '') + '"/>';
tags += '<tag k="' + tag + '" v="' + properties[tag].toString().replace(/"/g, '').replace(/&/g, '').replace('<', '&lt;').replace('<', '&gt;') + '"/>';
}

@@ -150,0 +150,0 @@ }

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