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

@turf/concave

Package Overview
Dependencies
Maintainers
6
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/concave - npm Package Compare versions

Comparing version 6.2.0-alpha.2 to 6.2.0-alpha.3

dist/es/package.json

2

dist/es/index.js

@@ -47,3 +47,3 @@ import distance from "@turf/distance";

var dist3 = distance(pt1, pt3, options);
return (dist1 <= maxEdge && dist2 <= maxEdge && dist3 <= maxEdge);
return dist1 <= maxEdge && dist2 <= maxEdge && dist3 <= maxEdge;
});

@@ -50,0 +50,0 @@ if (tinPolys.features.length < 1) {

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

var dist3 = distance_1.default(pt1, pt3, options);
return (dist1 <= maxEdge && dist2 <= maxEdge && dist3 <= maxEdge);
return dist1 <= maxEdge && dist2 <= maxEdge && dist3 <= maxEdge;
});

@@ -55,0 +55,0 @@ if (tinPolys.features.length < 1) {

{
"name": "@turf/concave",
"version": "6.2.0-alpha.2",
"version": "6.2.0-alpha.3",
"description": "turf concave module",

@@ -37,2 +37,6 @@ "author": "Turf Authors",

"module": "dist/es/index.js",
"exports": {
"import": "./dist/es/index.js",
"require": "./dist/js/index.js"
},
"types": "dist/js/index.d.ts",

@@ -44,10 +48,9 @@ "sideEffects": false,

"scripts": {
"bench": "npm-run-all prepare bench:run",
"bench:run": "node bench.js",
"bench": "ts-node bench.js",
"build": "npm-run-all build:*",
"build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
"build:js": "tsc",
"docs": "node ../../scripts/generate-readmes",
"prepare": "npm-run-all prepare:*",
"prepare:es": "tsc --outDir dist/es --module esnext --declaration false",
"prepare:js": "tsc",
"test": "npm-run-all prepare test:*",
"test:tape": "node -r esm test.js"
"test": "npm-run-all test:*",
"test:tape": "ts-node -r esm test.js"
},

@@ -61,2 +64,3 @@ "devDependencies": {

"tape": "*",
"ts-node": "*",
"tslint": "*",

@@ -67,11 +71,11 @@ "typescript": "*",

"dependencies": {
"@turf/clone": "^6.2.0-alpha.2",
"@turf/distance": "^6.2.0-alpha.2",
"@turf/helpers": "^6.2.0-alpha.2",
"@turf/invariant": "^6.2.0-alpha.2",
"@turf/meta": "^6.2.0-alpha.2",
"@turf/tin": "^6.2.0-alpha.2",
"@turf/clone": "^6.2.0-alpha.3",
"@turf/distance": "^6.2.0-alpha.3",
"@turf/helpers": "^6.2.0-alpha.3",
"@turf/invariant": "^6.2.0-alpha.3",
"@turf/meta": "^6.2.0-alpha.3",
"@turf/tin": "^6.2.0-alpha.3",
"topojson": "3.x"
},
"gitHead": "23d5cb91d77e0c1e2e903a2252f525797f1d0d09"
"gitHead": "dce9edfc705352e8cb9e0083c9330ba0e8d77409"
}
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