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

turf-isolines

Package Overview
Dependencies
Maintainers
9
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turf-isolines - npm Package Compare versions

Comparing version 3.0.5 to 3.0.7-canary.ae89c8b3

7

index.js

@@ -18,7 +18,6 @@ //https://github.com/jasondavies/conrec.js

* @name isolines
* @category interpolation
* @param {FeatureCollection<Point>} points input points
* @param {String} z the property name in `points` from which z-values will be pulled
* @param {Number} resolution resolution of the underlying grid
* @param {Array<Number>} breaks where to draw contours
* @param {string} z the property name in `points` from which z-values will be pulled
* @param {number} resolution resolution of the underlying grid
* @param {Array<number>} breaks where to draw contours
* @returns {FeatureCollection<LineString>} isolines

@@ -25,0 +24,0 @@ * @example

{
"name": "turf-isolines",
"version": "3.0.5",
"version": "3.0.7-canary.ae89c8b3",
"description": "turf isolines module",

@@ -32,10 +32,10 @@ "main": "index.js",

"dependencies": {
"turf-bbox": "^3.0.1",
"turf-bbox": "^3.0.7-canary.ae89c8b3",
"turf-grid": "1.0.1",
"turf-inside": "^3.0.5",
"turf-helpers": "^3.0.5",
"turf-planepoint": "^3.0.1",
"turf-square": "^3.0.5",
"turf-tin": "^3.0.5"
"turf-inside": "^3.0.7-canary.ae89c8b3",
"turf-helpers": "^3.0.7-canary.ae89c8b3",
"turf-planepoint": "^3.0.7-canary.ae89c8b3",
"turf-square": "^3.0.7-canary.ae89c8b3",
"turf-tin": "^3.0.7-canary.ae89c8b3"
}
}
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