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

geo-tree

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

geo-tree - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

gulpfile.js

23

package.json
{
"name": "geo-tree",
"version": "0.1.3",
"version": "0.1.4",
"description": "High performance library for map-related operations",

@@ -8,11 +8,10 @@ "export-symbol": "GeoTree",

"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-jshint": "~0.10.0",
"browserify": "~3.39.0",
"grunt-browserify": "~2.0.3",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-symlink": "~0.3.0",
"mocha": "^1.21.4",
"istanbul": "^0.3.0",
"grunt-mocha-istanbul": "^2.0.0"
"gulp": "^3.8.9",
"gulp-jshint": "^1.8.5",
"gulp-istanbul": "^0.3.1",
"gulp-mocha": "^1.1.1",
"gulp-browserify": "^0.5.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1",
"gulp-sym": "0.0.14"
},

@@ -24,3 +23,3 @@ "engines": {

"scripts": {
"test": "grunt test"
"test": "gulp test"
},

@@ -35,3 +34,3 @@ "repository": {

"red-black tree",
"Z curve",
"Z-order curve",
"node.js"

@@ -38,0 +37,0 @@ ],

@@ -229,5 +229,6 @@ # Geo-tree library

* 0.1.4 (2014-10-27): Gulp build system replaced Grunt
* 0.1.3 (2014-10-21): Repo migrated from my private account to salsita account
* 0.1.2 (2014-10-12): Haversine function for radius verifications
* 0.1.1 (2014-09-16): support for m/km/yd/mi radius value for circle-search operation
* 0.1.0 (2014-09-04): initial version (`insert`, `find` and `forEach` operations)
* 0.1.1 (2014-09-16): support for m/km/yd/mi radius value for circle-search operation
* 0.1.2 (2014-10-12): Haversine function for radius verifications
* 0.1.3 (2014-10-21): Repo migrated from my private account to salsita account
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