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

@turf/tin

Package Overview
Dependencies
Maintainers
0
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/tin - npm Package Compare versions

Comparing version 7.0.0 to 7.1.0-alpha.7

11

dist/esm/index.js

@@ -1,4 +0,1 @@

var __defProp = Object.defineProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
// index.ts

@@ -43,4 +40,3 @@ import { featureCollection, polygon } from "@turf/helpers";

}
__name(tin, "tin");
var _Triangle = class _Triangle {
var Triangle = class {
constructor(a, b, c) {

@@ -66,8 +62,5 @@ this.a = a;

};
__name(_Triangle, "Triangle");
var Triangle = _Triangle;
function byX(a, b) {
return b.x - a.x;
}
__name(byX, "byX");
function dedup(edges) {

@@ -97,3 +90,2 @@ let j = edges.length;

}
__name(dedup, "dedup");
function triangulate(vertices) {

@@ -199,3 +191,2 @@ if (vertices.length < 3) {

}
__name(triangulate, "triangulate");
var turf_tin_default = tin;

@@ -202,0 +193,0 @@ export {

6

package.json
{
"name": "@turf/tin",
"version": "7.0.0",
"version": "7.1.0-alpha.7+0ce6ecca0",
"description": "turf tin module",

@@ -64,6 +64,6 @@ "author": "Turf Authors",

"dependencies": {
"@turf/helpers": "^7.0.0",
"@turf/helpers": "^7.1.0-alpha.7+0ce6ecca0",
"tslib": "^2.6.2"
},
"gitHead": "3d3a7917025fbabe191dbddbc89754b86f9c7739"
"gitHead": "0ce6ecca05829690270fec6d6bed2003495fe0ea"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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