d3plus-text
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -1,10 +0,10 @@ | ||
export { default as fontExists } from "./src/fontExists"; | ||
export { default as rtl } from "./src/rtl"; | ||
export { default as stringify } from "./src/stringify"; | ||
export { default as strip } from "./src/strip"; | ||
export { default as TextBox } from "./src/TextBox"; | ||
export { default as textSplit } from "./src/textSplit"; | ||
export { default as textWidth } from "./src/textWidth"; | ||
export { default as textWrap } from "./src/textWrap"; | ||
export { default as titleCase } from "./src/titleCase"; | ||
export { trim, trimLeft, trimRight } from "./src/trim"; | ||
export { default as fontExists } from "./src/fontExists.js"; | ||
export { default as rtl } from "./src/rtl.js"; | ||
export { default as stringify } from "./src/stringify.js"; | ||
export { default as strip } from "./src/strip.js"; | ||
export { default as TextBox } from "./src/TextBox.js"; | ||
export { default as textSplit } from "./src/textSplit.js"; | ||
export { default as textWidth } from "./src/textWidth.js"; | ||
export { default as textWrap } from "./src/textWrap.js"; | ||
export { default as titleCase } from "./src/titleCase.js"; | ||
export { trim, trimLeft, trimRight } from "./src/trim.js"; |
{ | ||
"name": "d3plus-text", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A smart SVG text box with line wrapping and automatic font size scaling.", | ||
@@ -5,0 +5,0 @@ "main": "es/index.js", |
@@ -644,2 +644,2 @@ # d3plus-text | ||
###### <sub>Documentation generated on Wed, 25 Jan 2023 00:07:37 GMT</sub> | ||
###### <sub>Documentation generated on Wed, 25 Jan 2023 00:08:41 GMT</sub> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
623261
10