marked-terminal
Advanced tools
Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "marked-terminal", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "A custom render for marked to output to the Terminal", | ||
@@ -22,3 +22,3 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"marked": ">=0.4.0 <2.0.0" | ||
"marked": "^1.0.0 || ^2.0.0" | ||
}, | ||
@@ -28,3 +28,3 @@ "dependencies": { | ||
"cardinal": "^2.1.1", | ||
"chalk": "^4.0.0", | ||
"chalk": "^4.1.0", | ||
"cli-table": "^0.3.1", | ||
@@ -38,4 +38,4 @@ "node-emoji": "^1.10.0", | ||
"devDependencies": { | ||
"marked": "^1.0.0", | ||
"mocha": "^7.1.1" | ||
"marked": "^2.0.1", | ||
"mocha": "^8.2.1" | ||
}, | ||
@@ -42,0 +42,0 @@ "repository": { |
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
18888
+ Addedmarked@2.1.3(transitive)
- Removedmarked@1.2.9(transitive)
Updatedchalk@^4.1.0