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

geojson-rbush

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geojson-rbush - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

lib/quickselect.js

4

CHANGELOG.md
# Changelog
## 2.2.0 - 2017-11-22
- Clean up Rollup build
## 2.1.0 - 2017-10-16

@@ -5,0 +9,0 @@

4

index.js

@@ -1,2 +0,2 @@

import rbush from './rbush';
import rbush from './lib/rbush';
import {featureEach, coordEach} from '@turf/meta';

@@ -15,3 +15,3 @@

*/
function geojsonRbush (maxEntries) {
function geojsonRbush(maxEntries) {
var tree = rbush(maxEntries);

@@ -18,0 +18,0 @@ /**

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

*/
function geojsonRbush (maxEntries) {
function geojsonRbush(maxEntries) {
var tree = rbush(maxEntries);

@@ -628,0 +628,0 @@ /**

{
"name": "geojson-rbush",
"version": "2.2.0",
"version": "2.2.1",
"description": "GeoJSON implementation of RBush",

@@ -13,4 +13,3 @@ "main": "main",

"main.js",
"rbush.js",
"quickselect.js"
"lib"
],

@@ -39,2 +38,4 @@ "scripts": {

"benchmark": "*",
"eslint": "*",
"eslint-config-mourner": "*",
"load-json-file": "*",

@@ -41,0 +42,0 @@ "rollup": "*",

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