Socket
Socket
Sign inDemoInstall

tile-cover

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tile-cover - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

2

index.js

@@ -153,3 +153,3 @@ var tilebelt = require('tilebelt');

// non-horizontal intersection
intersections.push([Math.floor(intersection[0]), Math.floor(intersection[1])]);
intersections.push([Math.round(intersection[0]), Math.round(intersection[1])]);
}

@@ -156,0 +156,0 @@ }

{
"name": "tile-cover",
"version": "2.2.0",
"version": "2.3.0",
"description": "generate the minimum number of tiles to cover a geojson geometry",

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

Sorry, the diff of this file is not supported yet

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