minitel-standalone
Advanced tools
Comparing version 1.9.1 to 1.9.2
{ | ||
"name": "minitel-standalone", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "A standalone package for minitel components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -120,3 +120,3 @@ import { EventEmitter } from 'node:events'; | ||
if (attributes.width != null) result.setWidth(attributes.width, 'end'); | ||
if (attributes.height != null) result.setWidth(attributes.height, 'end'); | ||
if (attributes.height != null) result.setHeight(attributes.height, 'end'); | ||
@@ -123,0 +123,0 @@ // Descriptor before pad, is this the right choice? |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
219201