New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@turf/isobands

Package Overview
Dependencies
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/isobands - npm Package Compare versions

Comparing version 5.0.4 to 5.1.0

main.mjs

38

package.json
{
"name": "@turf/isobands",
"version": "5.0.4",
"version": "5.1.0",
"description": "turf isobands module",
"main": "main",
"module": "index",
"jsnext:main": "index",
"main": "main.js",
"module": "main.mjs",
"types": "index.d.ts",

@@ -13,3 +12,4 @@ "files": [

"main.js",
"lib"
"lib",
"main.mjs"
],

@@ -19,3 +19,4 @@ "scripts": {

"test": "node -r @std/esm test.js",
"bench": "node -r @std/esm bench.js"
"bench": "node -r @std/esm bench.js",
"docs": "node ../../scripts/generate-readmes"
},

@@ -46,7 +47,7 @@ "repository": {

"@std/esm": "*",
"@turf/envelope": "^5.0.4",
"@turf/point-grid": "^5.0.4",
"@turf/random": "^5.0.4",
"@turf/rhumb-destination": "^5.0.4",
"@turf/truncate": "^5.0.4",
"@turf/envelope": "^5.1.0",
"@turf/point-grid": "^5.1.0",
"@turf/random": "^5.1.0",
"@turf/rhumb-destination": "^5.1.0",
"@turf/truncate": "^5.1.0",
"benchmark": "*",

@@ -57,2 +58,3 @@ "chroma-js": "*",

"rollup": "*",
"rollup-plugin-buble": "*",
"tape": "*",

@@ -62,9 +64,9 @@ "write-json-file": "*"

"dependencies": {
"@turf/area": "^5.0.4",
"@turf/bbox": "^5.0.4",
"@turf/boolean-point-in-polygon": "^5.0.4",
"@turf/explode": "^5.0.4",
"@turf/helpers": "^5.0.4",
"@turf/invariant": "^5.0.4",
"@turf/meta": "^5.0.4"
"@turf/area": "^5.1.0",
"@turf/bbox": "^5.1.0",
"@turf/boolean-point-in-polygon": "^5.1.0",
"@turf/explode": "^5.1.0",
"@turf/helpers": "^5.1.0",
"@turf/invariant": "^5.1.0",
"@turf/meta": "^5.1.0"
},

@@ -71,0 +73,0 @@ "@std/esm": {

@@ -7,3 +7,3 @@ # @turf/isobands

Takes a grid [FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects) of [Point](http://geojson.org/geojson-spec.html#point) features with z-values and an array of
Takes a grid [FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3) of [Point](https://tools.ietf.org/html/rfc7946#section-3.1.2) features with z-values and an array of
value breaks and generates filled contour isobands.

@@ -13,3 +13,3 @@

- `pointGrid` **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<[Point](http://geojson.org/geojson-spec.html#point)>** input points
- `pointGrid` **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)<[Point](https://tools.ietf.org/html/rfc7946#section-3.1.2)>** input points
- `breaks` **[Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)<[number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number)>** where to draw contours

@@ -21,3 +21,3 @@ - `options` **[Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)** options on output (optional, default `{}`)

Returns **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<[MultiPolygon](http://geojson.org/geojson-spec.html#multipolygon)>** a FeatureCollection of [MultiPolygon](http://geojson.org/geojson-spec.html#multipolygon) features representing isobands
Returns **[FeatureCollection](https://tools.ietf.org/html/rfc7946#section-3.3)<[MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7)>** a FeatureCollection of [MultiPolygon](https://tools.ietf.org/html/rfc7946#section-3.1.7) features representing isobands

@@ -24,0 +24,0 @@ <!-- This file is automatically generated. Please don't edit it directly:

Sorry, the diff of this file is too big to display

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