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

@turf/meta

Package Overview
Dependencies
Maintainers
4
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/meta - npm Package Compare versions

Comparing version 5.1.5 to 5.1.6

3

index.js

@@ -110,2 +110,3 @@ import { feature, lineString } from '@turf/helpers';

for (j = 0; j < coords.length; j++) {
if (geomType === 'MultiPolygon') geometryIndex = 0;
for (k = 0; k < coords[j].length; k++) {

@@ -116,3 +117,3 @@ for (l = 0; l < coords[j][k].length - wrapShrink; l++) {

}
if (geomType === 'Polygon') geometryIndex++;
geometryIndex++;
}

@@ -119,0 +120,0 @@ multiFeatureIndex++;

@@ -110,2 +110,3 @@ import { feature, lineString } from '@turf/helpers';

for (j = 0; j < coords.length; j++) {
if (geomType === 'MultiPolygon') geometryIndex = 0;
for (k = 0; k < coords[j].length; k++) {

@@ -116,3 +117,3 @@ for (l = 0; l < coords[j][k].length - wrapShrink; l++) {

}
if (geomType === 'Polygon') geometryIndex++;
geometryIndex++;
}

@@ -119,0 +120,0 @@ multiFeatureIndex++;

@@ -114,2 +114,3 @@ 'use strict';

for (j = 0; j < coords.length; j++) {
if (geomType === 'MultiPolygon') geometryIndex = 0;
for (k = 0; k < coords[j].length; k++) {

@@ -120,3 +121,3 @@ for (l = 0; l < coords[j][k].length - wrapShrink; l++) {

}
if (geomType === 'Polygon') geometryIndex++;
geometryIndex++;
}

@@ -123,0 +124,0 @@ multiFeatureIndex++;

{
"name": "@turf/meta",
"version": "5.1.5",
"version": "5.1.6",
"description": "turf meta module",

@@ -5,0 +5,0 @@ "main": "main.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