marked-terminal
Advanced tools
Comparing version 4.0.0 to 4.1.0
{ | ||
"name": "marked-terminal", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "A custom render for marked to output to the Terminal", | ||
@@ -22,11 +22,11 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"marked": "^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0" | ||
"marked": ">=0.4.0 <2.0.0" | ||
}, | ||
"dependencies": { | ||
"ansi-escapes": "^4.3.0", | ||
"ansi-escapes": "^4.3.1", | ||
"cardinal": "^2.1.1", | ||
"chalk": "^3.0.0", | ||
"chalk": "^4.0.0", | ||
"cli-table": "^0.3.1", | ||
"node-emoji": "^1.10.0", | ||
"supports-hyperlinks": "^2.0.0" | ||
"supports-hyperlinks": "^2.1.0" | ||
}, | ||
@@ -37,4 +37,4 @@ "directories": { | ||
"devDependencies": { | ||
"marked": "^0.8.0", | ||
"mocha": "^7.0.0" | ||
"marked": "^1.0.0", | ||
"mocha": "^7.1.1" | ||
}, | ||
@@ -41,0 +41,0 @@ "repository": { |
@@ -137,1 +137,5 @@ marked-terminal | ||
See [more examples](./example/) | ||
## Related | ||
- [ink-markdown](https://github.com/cameronhunter/ink-markdown) - Markdown component for Ink |
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
18886
141
+ Addedchalk@4.1.2(transitive)
+ Addedmarked@1.2.9(transitive)
- Removedchalk@3.0.0(transitive)
- Removedmarked@0.8.2(transitive)
Updatedansi-escapes@^4.3.1
Updatedchalk@^4.0.0
Updatedsupports-hyperlinks@^2.1.0