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

turf-simplify

Package Overview
Dependencies
Maintainers
9
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turf-simplify - npm Package Compare versions

Comparing version 3.0.1 to 3.0.7-canary.ae89c8b3

5

index.js

@@ -10,6 +10,5 @@ var simplify = require('simplify-js');

* @name simplify
* @category transformation
* @param {Feature<(LineString|Polygon|MultiLineString|MultiPolygon)>|FeatureCollection|GeometryCollection} feature feature to be simplified
* @param {Number} tolerance simplification tolerance
* @param {Boolean} highQuality whether or not to spend more time to create
* @param {number} tolerance simplification tolerance
* @param {boolean} highQuality whether or not to spend more time to create
* a higher-quality simplification with a different algorithm

@@ -16,0 +15,0 @@ * @return {Feature<(LineString|Polygon|MultiLineString|MultiPolygon)>|FeatureCollection|GeometryCollection} a simplified feature

2

package.json
{
"name": "turf-simplify",
"version": "3.0.1",
"version": "3.0.7-canary.ae89c8b3",
"description": "simplify geographic shapes",

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

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