@cloudflare/util-markdown
Advanced tools
Comparing version 1.2.12 to 1.2.13
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.2.13](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-markdown@1.2.12...@cloudflare/util-markdown@1.2.13) (2021-10-21) | ||
**Note:** Version bump only for package @cloudflare/util-markdown | ||
## [1.2.12](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-markdown@1.2.11...@cloudflare/util-markdown@1.2.12) (2021-04-23) | ||
@@ -8,0 +16,0 @@ |
@@ -11,3 +11,3 @@ import marked from 'marked'; | ||
}); | ||
var memoizedMarked = memoize(marked); | ||
const memoizedMarked = memoize(marked); | ||
/** | ||
@@ -22,3 +22,3 @@ * Render a markdown string as html. | ||
function markdown(str, opts) { | ||
var markedOpts = {}; | ||
const markedOpts = {}; | ||
@@ -25,0 +25,0 @@ if (opts) { |
{ | ||
"name": "@cloudflare/util-markdown", | ||
"description": "Cloudflare Markdown Util", | ||
"version": "1.2.12", | ||
"version": "1.2.13", | ||
"main": "lib/index.js", | ||
@@ -10,3 +10,3 @@ "module": "es/index.js", | ||
"publishConfig": { | ||
"registry": "http://registry.npmjs.org/", | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
@@ -28,3 +28,3 @@ }, | ||
}, | ||
"gitHead": "3b74aee5f2437d3981de017126c02cd66ffbeb2d" | ||
"gitHead": "9a93b982519e49f889a51a16b9f5766be70c443e" | ||
} |
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
9852