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

earcut

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

earcut - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "earcut",
"version": "1.0.0",
"version": "1.0.1",
"description": "The fastest and smallest JavaScript polygon triangulation library for your WebGL apps",

@@ -5,0 +5,0 @@ "main": "src/earcut.js",

@@ -12,3 +12,3 @@ 'use strict';

var triangles = [];
earcutLinked(outerNode, triangles);
if (outerNode) earcutLinked(outerNode, triangles);

@@ -152,2 +152,3 @@ return triangles;

start = filterPoints(start);
if (!start) return;

@@ -154,0 +155,0 @@ var a = start;

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