rtf-parser
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "rtf-parser", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "This is a general RTF parser. It takes a text stream and produces a document object representing the parsed document. In and of itself, this isn't super useful but it's the building block for other tools to convert RTF into other formats.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -215,3 +215,3 @@ 'use strict' | ||
} else { | ||
this.group.font = num | ||
this.group.style.font = num | ||
} | ||
@@ -218,0 +218,0 @@ } |
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
21039