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
7
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 6.5.0 to 7.0.0-alpha.0

dist/es/lib/grid-to-matrix.js

46

package.json
{
"name": "@turf/isobands",
"version": "6.5.0",
"version": "7.0.0-alpha.0",
"description": "turf isobands module",

@@ -40,21 +40,22 @@ "author": "Turf Authors",

},
"types": "index.d.ts",
"types": "dist/js/index.d.ts",
"sideEffects": false,
"files": [
"dist",
"index.d.ts"
"dist"
],
"scripts": {
"bench": "node -r esm bench.js",
"build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json",
"bench": "ts-node bench.js",
"build": "npm-run-all build:*",
"build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
"build:js": "tsc",
"docs": "node ../../scripts/generate-readmes",
"test": "npm-run-all test:*",
"test:tape": "node -r esm test.js"
"test:tape": "ts-node -r esm test.js"
},
"devDependencies": {
"@turf/envelope": "^6.5.0",
"@turf/point-grid": "^6.5.0",
"@turf/random": "^6.5.0",
"@turf/rhumb-destination": "^6.5.0",
"@turf/truncate": "^6.5.0",
"@turf/envelope": "^7.0.0-alpha.0",
"@turf/point-grid": "^7.0.0-alpha.0",
"@turf/random": "^7.0.0-alpha.0",
"@turf/rhumb-destination": "^7.0.0-alpha.0",
"@turf/truncate": "^7.0.0-alpha.0",
"benchmark": "*",

@@ -67,15 +68,18 @@ "chroma-js": "*",

"tape": "*",
"ts-node": "*",
"tslint": "*",
"typescript": "*",
"write-json-file": "*"
},
"dependencies": {
"@turf/area": "^6.5.0",
"@turf/bbox": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/explode": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/meta": "^6.5.0",
"object-assign": "*"
"@turf/area": "^7.0.0-alpha.0",
"@turf/bbox": "^7.0.0-alpha.0",
"@turf/boolean-point-in-polygon": "^7.0.0-alpha.0",
"@turf/explode": "^7.0.0-alpha.0",
"@turf/helpers": "^7.0.0-alpha.0",
"@turf/invariant": "^7.0.0-alpha.0",
"@turf/meta": "^7.0.0-alpha.0",
"tslib": "^2.3.0"
},
"gitHead": "5375941072b90d489389db22b43bfe809d5e451e"
"gitHead": "0edc4c491b999e5ace770a61e1cf549f7c004189"
}

@@ -10,13 +10,14 @@ # @turf/isobands

**Parameters**
### Parameters
- `pointGrid` **[FeatureCollection][3]<[Point][4]>** input points - must be square or rectangular
- `breaks` **[Array][5]<[number][6]>** where to draw contours
- `options` **[Object][7]** options on output (optional, default `{}`)
- `options.zProperty` **[string][8]** the property name in `points` from which z-values will be pulled (optional, default `'elevation'`)
- `options.commonProperties` **[Object][7]** GeoJSON properties passed to ALL isobands (optional, default `{}`)
- `options.breaksProperties` **[Array][5]<[Object][7]>** GeoJSON properties passed, in order, to the correspondent isoband (order defined by breaks) (optional, default `[]`)
* `pointGrid` **[FeatureCollection][3]<[Point][4]>** input points - must be square or rectangular
* `breaks` **[Array][5]<[number][6]>** where to draw contours
* `options` **[Object][7]** options on output (optional, default `{}`)
Returns **[FeatureCollection][3]&lt;[MultiPolygon][9]>** a FeatureCollection of [MultiPolygon][10] features representing isobands
* `options.zProperty` **[string][8]** the property name in `points` from which z-values will be pulled (optional, default `'elevation'`)
* `options.commonProperties` **[Object][7]** GeoJSON properties passed to ALL isobands (optional, default `{}`)
* `options.breaksProperties` **[Array][5]<[Object][7]>** GeoJSON properties passed, in order, to the correspondent isoband (order defined by breaks) (optional, default `[]`)
Returns **[FeatureCollection][3]<[MultiPolygon][9]>** a FeatureCollection of [MultiPolygon][10] features representing isobands
[1]: https://tools.ietf.org/html/rfc7946#section-3.3

@@ -23,0 +24,0 @@

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

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