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

turf-buffer

Package Overview
Dependencies
Maintainers
9
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turf-buffer - npm Package Compare versions

Comparing version 3.0.5 to 3.0.7

5

index.js

@@ -14,6 +14,5 @@ // http://stackoverflow.com/questions/839899/how-do-i-calculate-a-point-on-a-circles-circumference

* @name buffer
* @category transformation
* @param {(Feature|FeatureCollection)} feature input to be buffered
* @param {Number} distance distance to draw the buffer
* @param {String} unit any of the options supported by turf units
* @param {number} distance distance to draw the buffer
* @param {string} unit any of the options supported by turf units
* @return {FeatureCollection<Polygon>|FeatureCollection<MultiPolygon>|Polygon|MultiPolygon} buffered features

@@ -20,0 +19,0 @@ *

14

package.json
{
"name": "turf-buffer",
"version": "3.0.5",
"version": "3.0.7",
"description": "turf buffer module",

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

"tape": "^3.5.0",
"turf-distance": "^3.0.5",
"turf-bbox": "^3.0.1",
"turf-helpers": "^3.0.5"
"turf-distance": "^3.0.7",
"turf-bbox": "^3.0.7",
"turf-helpers": "^3.0.7"
},
"dependencies": {
"geojson-normalize": "0.0.0",
"jsts": "1.1.1",
"turf-combine": "^3.0.5",
"turf-helpers": "^3.0.5"
"jsts": "1.1.2",
"turf-combine": "^3.0.7",
"turf-helpers": "^3.0.7"
}
}
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