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.1 to 3.0.5-canary.4f73aa1a

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 @@ *

12

package.json
{
"name": "turf-buffer",
"version": "3.0.1",
"version": "3.0.5-canary.4f73aa1a",
"description": "turf buffer module",

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

"tape": "^3.5.0",
"turf-distance": "^3.0.1",
"turf-bbox": "^3.0.1",
"turf-helpers": "^3.0.1"
"turf-distance": "^3.0.5-canary.4f73aa1a",
"turf-bbox": "^3.0.5-canary.4f73aa1a",
"turf-helpers": "^3.0.5-canary.4f73aa1a"
},

@@ -40,5 +40,5 @@ "dependencies": {

"jsts": "1.1.1",
"turf-combine": "^3.0.1",
"turf-helpers": "^3.0.1"
"turf-combine": "^3.0.5-canary.4f73aa1a",
"turf-helpers": "^3.0.5-canary.4f73aa1a"
}
}
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