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

@turf/dissolve

Package Overview
Dependencies
Maintainers
4
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/dissolve - npm Package Compare versions

Comparing version 5.0.1 to 5.0.4

4

index.js

@@ -12,4 +12,4 @@ import rbush from 'geojson-rbush';

/**
* Dissolves a FeatureCollection of polygons, filtered by an optional property name:value.
* Note that multipart features within the collection are not supported
* Dissolves a FeatureCollection of {@link polygon} features, filtered by an optional property name:value.
* Note that {@link mulitpolygon} features within the collection are not supported
*

@@ -16,0 +16,0 @@ * @name dissolve

@@ -118,4 +118,4 @@ 'use strict';

/**
* Dissolves a FeatureCollection of polygons, filtered by an optional property name:value.
* Note that multipart features within the collection are not supported
* Dissolves a FeatureCollection of {@link polygon} features, filtered by an optional property name:value.
* Note that {@link mulitpolygon} features within the collection are not supported
*

@@ -122,0 +122,0 @@ * @name dissolve

{
"name": "@turf/dissolve",
"version": "5.0.1",
"version": "5.0.4",
"description": "turf dissolve module",

@@ -46,9 +46,9 @@ "main": "main",

"dependencies": {
"@turf/boolean-overlap": "*",
"@turf/clone": "5.x",
"@turf/helpers": "5.x",
"@turf/invariant": "5.x",
"@turf/line-intersect": "5.x",
"@turf/meta": "5.x",
"@turf/union": "5.x",
"@turf/boolean-overlap": "^5.0.4",
"@turf/clone": "^5.0.4",
"@turf/helpers": "^5.0.4",
"@turf/invariant": "^5.0.4",
"@turf/line-intersect": "^5.0.4",
"@turf/meta": "^5.0.4",
"@turf/union": "^5.0.4",
"geojson-rbush": "2.1.0",

@@ -55,0 +55,0 @@ "get-closest": "*"

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