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

mammoth-styled

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mammoth-styled - npm Package Compare versions

Comparing version

to
1.0.6

1.0.6 / 2021-03-15
==================
* fix: typeerror
1.0.5 / 2021-03-15
==================
1.0.4 / 2021-03-10

@@ -3,0 +13,0 @@ ==================

@@ -37,3 +37,3 @@ 'use strict';

return _.find(this.children, function(child) {
return child.name === name;
return child && child.name === name;
});

@@ -40,0 +40,0 @@ };

{
"name": "mammoth-styled",
"version": "1.0.4",
"version": "1.0.6",
"author": "Zhenjiang Shao <814184517@qq.com>, Michael Williamson <mike@zwobble.org>",

@@ -5,0 +5,0 @@ "description": "Convert Word documents from docx to simple HTML and Markdown with style",