Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: markedjs/marked
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.5
Choose a base ref
...
head repository: markedjs/marked
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.6
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Oct 6, 2021

  1. 1

    Verified

    This commit was signed with the committer’s verified signature.
    bagder Daniel Stenberg
    Copy the full SHA
    4bc9121 View commit details
  2. chore(release): 3.0.6 [skip ci]

    ## [3.0.6](v3.0.5...v3.0.6) (2021-10-06)
    
    ### Bug Fixes
    
    * Remove esm interop ([#2225](#2225)) ([4bc9121](4bc9121))
    semantic-release-bot committed Oct 6, 2021
    1
    Copy the full SHA
    3306813 View commit details
Showing with 6 additions and 7 deletions.
  1. +0 −2 lib/marked.js
  2. +1 −1 marked.min.js
  3. +2 −2 package-lock.json
  4. +1 −1 package.json
  5. +2 −1 rollup.config.js
2 changes: 0 additions & 2 deletions lib/marked.js
Original file line number Diff line number Diff line change
@@ -2988,6 +2988,4 @@
exports.parse = parse;
exports.parser = parser;

Object.defineProperty(exports, '__esModule', { value: true });

}));
2 changes: 1 addition & 1 deletion marked.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "marked",
"description": "A markdown parser built for speed",
"author": "Christopher Jeffrey",
"version": "3.0.5",
"version": "3.0.6",
"main": "./src/marked.js",
"module": "./lib/marked.esm.js",
"browser": "./lib/marked.js",
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -7,7 +7,8 @@ module.exports = {
output: {
file: 'lib/marked.js',
format: 'umd',
name: 'marked'
name: 'marked',
esModule: false
},
plugins: [
license({