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

mapnik

Package Overview
Dependencies
Maintainers
1
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mapnik - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

6

lib/mapnik.js

@@ -104,3 +104,7 @@ var _settings = require('./mapnik_settings');

dirs.push('/System/Library/Fonts');
//dirs.push(path.resolve('~/Library/Fonts/'));
if (path.existsSync('/usr/X11R6/lib/X11/fonts/')) {
// if xcode's X11 is installed
dirs.push('/usr/X11R6/lib/X11/fonts/');
}
dirs.push(path.resolve('~/Library/Fonts/'));
}

@@ -107,0 +111,0 @@

2

package.json
{
"name" : "mapnik",
"version" : "0.5.2",
"version" : "0.5.3",
"main" : "./lib/mapnik.js",

@@ -5,0 +5,0 @@ "description" : "C++ map rendering library for node",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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