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

convex-hull-wp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convex-hull-wp - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

bin/cli.js

18

package.json
{
"name": "convex-hull-wp",
"version": "0.0.2",
"version": "0.0.3",
"description": "A module for creating a convex hull from an array of points",
"bin": {
"convex-hull-wp": "bin/convex-hull-wp.mjs"
"convex-hull-wp": "bin/cli.js"
},

@@ -27,8 +27,5 @@ "type": "module",

"test/*.spec.js"
],
"require": [
"esm"
]
},
"author": "",
"author": "Rowan Winsemius",
"license": "MIT",

@@ -38,7 +35,8 @@ "dependencies": {

"@turf/meta": "^6.5.0",
"write-json-file": "^5.0.0",
"yargs": "^17.5.1"
"load-json-file": "^5.3.0",
"meow": "^10.1.3",
"write-json-file": "^5.0.0"
},
"devDependencies": {
"ava": "^1.0.1",
"ava": "^4.3.1",
"benchmark": "^2.1.4",

@@ -51,3 +49,2 @@ "convex-hull": "^1.0.3",

"eslint-config-mourner": "^3.0.0",
"esm": "^3.0.84",
"file-loader": "^3.0.1",

@@ -57,3 +54,2 @@ "glob": "^7.1.3",

"leaflet": "^1.4.0",
"load-json-file": "^5.3.0",
"monotone-convex-hull-2d": "^1.0.1",

@@ -60,0 +56,0 @@ "nyc": "^13.1.0",

@@ -9,3 +9,2 @@ # convex-hull-wp

// Or for CLI usage
npm install convex-hull-wp -g

@@ -27,3 +26,3 @@ ````

````
concave-hull-wp --input /Data/in.geojson --output /Data/out.geojson
convex-hull-wp --input /Data/in.geojson --output /Data/out.geojson
// => Convex Hull Done

@@ -33,6 +32,6 @@ ````

`--input` **Required** The filepath of an geojson file. Eg `--input some_input.geosjon`
`--output` The filepath to write the output to. Eg `--output hull.geosjon`
`--input OR -i` **Required** The filepath of an geojson file. Eg `--input some_input.geojson`
`--output OR -o` The filepath to write the output to. Eg `--output hull.geojson`
`--stdout` Write the output to stdout rather than to file. If true the output file will not be written.
`--quiet` Hides any non-error messages.
`--quiet or -q` Hides any non-error messages.

@@ -39,0 +38,0 @@

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