🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

canvas-text-layout

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

canvas-text-layout - npm Package Compare versions

Comparing version

to
0.0.7

2

package.json
{
"name": "canvas-text-layout",
"version": "0.0.6",
"version": "0.0.7",
"description": "canvas",

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

@@ -60,2 +60,3 @@ import { getMargin } from './help';

div.style.fontFamily = this.config.fontFamily;
div.style.lineHeight = this.config.lineHeight.toString();
div.style.padding = this.config.padding;

@@ -135,2 +136,3 @@ div.style.color = this.config.color;

this.dom.style.fontFamily = this.config.fontFamily;
this.dom.style.lineHeight = this.config.lineHeight.toString();
this.dom.style.textAlign = 'left';

@@ -137,0 +139,0 @@ this.dom.style.color = this.config.color;