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

minitel-mosaic

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minitel-mosaic - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "minitel-mosaic",
"version": "2.0.0",
"version": "2.0.1",
"description": "A mosaic adaptor for immjs's minitel npm ecoystem",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -36,3 +36,3 @@ import { MinitelObject } from "minitel-standalone/dist/abstract/minitelobject";

cluster.push(img[Math.min(newY, img.length - 1)][Math.min(newX, img[0].length)] as ColorTriplet);
cluster.push(img[Math.min(newY, img.length - 1)][Math.min(newX, img[0].length - 1)] as ColorTriplet);
}

@@ -39,0 +39,0 @@ clusters.push(cluster);

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