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

@turf/tesselate

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/tesselate - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

2

index.js

@@ -1,2 +0,2 @@

var earcut = require('earcut');
import earcut from 'earcut';
import { polygon } from '@turf/helpers';

@@ -3,0 +3,0 @@

'use strict';
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var earcut = _interopDefault(require('earcut'));
var helpers = require('@turf/helpers');
var earcut = require('earcut');
/**

@@ -7,0 +9,0 @@ * Tesselates a {@link Feature<Polygon>} into a {@link FeatureCollection<Polygon>} of triangles

{
"name": "@turf/tesselate",
"version": "5.1.0",
"version": "5.1.1",
"description": "turf tesselate module",

@@ -5,0 +5,0 @@ "main": "main.js",

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