Socket
Socket
Sign inDemoInstall

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 1.0.0 to 1.0.1

2

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

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -37,35 +37,2 @@ [![Dependency Status](https://img.shields.io/david/salsita/geo-tree.svg)](https://david-dm.org/salsita/geo-tree)

... and in your code:
```
const GeoTree = require('geo-tree');
const gt = new GeoTree();
```
## Working from source code
```
$ git clone git@github.com:salsita/geo-tree.git
$ cd geo-tree
$ npm i
$ npm test
```
Eslint is used for linting the source code, and jest as the test runner. The test coverage report
is stored in `coverage` directory after testing.
There are also two additional test files in `test` directory:
* `benchmark.js`: run it before you make changes to the source code, and then after, to see
the performance impact of your change,
* `test.js`: playground for your new feature(s).
To run them, just do
```
$ node test/benchmark
```
and
```
$ node test/test
```
## API

@@ -216,5 +183,31 @@

## Working from source code
```
$ git clone git@github.com:salsita/geo-tree.git
$ cd geo-tree
$ npm i
$ npm test
```
Eslint is used for linting the source code, and jest as the test runner. The test coverage report
is stored in `coverage` directory after testing.
There are also two additional test files in `test` directory:
* `benchmark.js`: run it before you make changes to the source code, and then after, to see
the performance impact of your change,
* `test.js`: playground for your new feature(s).
To run them, just do
```
$ node test/benchmark
```
and
```
$ node test/test
```
## Change-log
* 1.0.0 (2017-11-03): Major rework of infrastructure (gulp no more, jest, eslint, ...)
* 1.0.1 (2017-11-03): Major rework of infrastructure (gulp no more, jest, eslint, ...)
* 0.1.4 (2014-10-27): Gulp build system replaced Grunt

@@ -221,0 +214,0 @@ * 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