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

geojson-geometries-lookup

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geojson-geometries-lookup - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

4

index.js
'use strict';
const rbush = require('rbush');
const RBush = require('rbush');
const tbbox = require('@turf/bbox').default;

@@ -57,3 +57,3 @@

dim.bboxs = new Array(dim.list.length);
dim.lookup = rbush();
dim.lookup = new RBush();

@@ -60,0 +60,0 @@ const geoms = dim.list;

{
"name": "geojson-geometries-lookup",
"version": "0.4.0",
"version": "0.5.0",
"description": "Fast geometry in geometry lookup for large GeoJSONs",

@@ -47,3 +47,3 @@ "license": "MIT",

"engines": {
"node": ">=6"
"node": ">=10"
},

@@ -59,10 +59,10 @@ "scripts": {

"@turf/boolean-contains": "^6.0.1",
"geojson-geometries": "^1.1.1",
"rbush": "^2.0.1"
"geojson-geometries": "^2.0.0",
"rbush": "^3.0.1"
},
"devDependencies": {
"@turf/helpers": "^6.1.4",
"ava": "^1.4.1",
"nyc": "^14.1.1",
"xo": "~0.24.0"
"ava": "^3.9.0",
"nyc": "^15.1.0",
"xo": "~0.27.2"
},

@@ -69,0 +69,0 @@ "ava": {

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