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

pxcan

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pxcan - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

7

font.js

@@ -41,4 +41,7 @@ import {pane} from './pane.js';

.split('')
.map((char, col) => spriteFor[char].at(col*w, row*h))
).reduce((arr, x) => arr.concat(x));
.map(char => spriteFor[char])
.map((sprite, col) => sprite && sprite.at(col*w, row*h))
)
.reduce((arr, x) => arr.concat(x))
.filter(x => x);

@@ -45,0 +48,0 @@ const asMulti = pane(w*cols, h*rows, letters);

{
"name": "pxcan",
"version": "0.0.13",
"version": "0.0.14",
"description": "ESM-ready pixel library",

@@ -5,0 +5,0 @@ "keywords": [

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