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

geojson-mapnikify

Package Overview
Dependencies
Maintainers
21
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geojson-mapnikify - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

lib/normalizestyle.js

5

index.js

@@ -8,2 +8,3 @@ var normalize = require('geojson-normalize'),

enforceDefaults = require('./lib/defaults.js'),
normalizeStyle = require('./lib/normalizestyle.js'),
cachepath = require('./lib/cachepath.js'),

@@ -22,3 +23,5 @@ loadURL = require('./lib/urlmarker.js');

gj.features = gj.features.map(enforceDefaults);
for (var i = 0; i < gj.features.length; i++) {
gj.features[i] = enforceDefaults(normalizeStyle(gj.features[i]));
}

@@ -25,0 +28,0 @@ gj.features.filter(isPoint).forEach(function(feat, i) {

2

package.json
{
"name": "geojson-mapnikify",
"version": "0.3.1",
"version": "0.4.0",
"description": "transform geojson with simplestyle-spec into mapnik xml",

@@ -5,0 +5,0 @@ "main": "index.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