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

@turf/clean-coords

Package Overview
Dependencies
Maintainers
6
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/clean-coords - npm Package Compare versions

Comparing version 6.4.0 to 6.5.0

2

dist/es/index.js

@@ -56,3 +56,3 @@ import { feature } from "@turf/helpers";

var key = coord.join("-");
if (!existing.hasOwnProperty(key)) {
if (!Object.prototype.hasOwnProperty.call(existing, key)) {
newCoords.push(coord);

@@ -59,0 +59,0 @@ existing[key] = true;

@@ -58,3 +58,3 @@ "use strict";

var key = coord.join("-");
if (!existing.hasOwnProperty(key)) {
if (!Object.prototype.hasOwnProperty.call(existing, key)) {
newCoords.push(coord);

@@ -61,0 +61,0 @@ existing[key] = true;

{
"name": "@turf/clean-coords",
"version": "6.4.0",
"version": "6.5.0",
"description": "turf clean-coords module",

@@ -18,2 +18,3 @@ "author": "Turf Authors",

},
"funding": "https://opencollective.com/turf",
"publishConfig": {

@@ -52,3 +53,3 @@ "access": "public"

"devDependencies": {
"@turf/truncate": "^6.4.0",
"@turf/truncate": "^6.5.0",
"@types/tape": "*",

@@ -65,6 +66,6 @@ "benchmark": "*",

"dependencies": {
"@turf/helpers": "^6.4.0",
"@turf/invariant": "^6.4.0"
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
},
"gitHead": "1e62773cfc88c627cca8effcb5c14cfb65a905ac"
"gitHead": "5375941072b90d489389db22b43bfe809d5e451e"
}
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