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

hachure-fill

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hachure-fill - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

2

bin/hachure.js

@@ -123,3 +123,3 @@ function rotatePoints(points, center, degrees) {

// fill between the edges
if (iteration % gap === 0) {
if ((hachureStepOffset !== 1) || (iteration % gap === 0)) {
if (activeEdges.length > 1) {

@@ -126,0 +126,0 @@ for (let i = 0; i < activeEdges.length; i = i + 2) {

{
"name": "hachure-fill",
"version": "0.5.1",
"version": "0.5.2",
"description": "Fill a polygon with lines ",

@@ -5,0 +5,0 @@ "main": "bin/hachure.js",

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