Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cloudflare/util-markdown

Package Overview
Dependencies
Maintainers
19
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/util-markdown - npm Package Compare versions

Comparing version 1.2.12 to 1.2.13

8

CHANGELOG.md

@@ -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 @@

4

es/markdown.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc