New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@turf/simplify

Package Overview
Dependencies
Maintainers
4
Versions
49
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 4.1.0 to 4.2.0

8

index.js

@@ -48,8 +48,6 @@ var simplify = require('simplify-js');

*
* var simplified = turf.simplify(
* feature, tolerance, false);
* var simplified = turf.simplify(feature, tolerance, false);
*
* //=feature
*
* //=simplified
* //addToMap
* var addToMap = [feature, simplified]
*/

@@ -56,0 +54,0 @@ module.exports = function (feature, tolerance, highQuality) {

{
"name": "@turf/simplify",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf simplify module",

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

@@ -49,8 +49,6 @@ # @turf/simplify

var simplified = turf.simplify(
feature, tolerance, false);
var simplified = turf.simplify(feature, tolerance, false);
//=feature
//=simplified
//addToMap
var addToMap = [feature, simplified]
```

@@ -57,0 +55,0 @@

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