Socket
Socket
Sign inDemoInstall

marked

Package Overview
Dependencies
Maintainers
4
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marked - npm Package Compare versions

Comparing version 9.0.2 to 9.0.3

2

bin/main.js

@@ -35,3 +35,3 @@ #!/usr/bin/env node

const __dirname = dirname(fileURLToPath(import.meta.url));
const helpText = await readFile(resolve(__dirname, '../man/marked.1.txt'), 'utf8');
const helpText = await readFile(resolve(__dirname, '../man/marked.1.md'), 'utf8');

@@ -38,0 +38,0 @@ // eslint-disable-next-line promise/param-names

/**
* marked v9.0.2 - a markdown parser
* marked v9.0.3 - a markdown parser
* Copyright (c) 2011-2023, Christopher Jeffrey. (MIT Licensed)

@@ -4,0 +4,0 @@ * https://github.com/markedjs/marked

@@ -5,3 +5,3 @@ {

"author": "Christopher Jeffrey",
"version": "9.0.2",
"version": "9.0.3",
"type": "module",

@@ -51,7 +51,7 @@ "main": "./lib/marked.cjs",

"@rollup/plugin-typescript": "^11.1.3",
"@semantic-release/commit-analyzer": "^10.0.4",
"@semantic-release/commit-analyzer": "^11.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.5",
"@semantic-release/npm": "^10.0.5",
"@semantic-release/release-notes-generator": "^11.0.7",
"@semantic-release/npm": "^11.0.0",
"@semantic-release/release-notes-generator": "^12.0.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",

@@ -75,4 +75,4 @@ "@typescript-eslint/parser": "^6.6.0",

"recheck": "^4.4.5",
"rollup": "^3.28.1",
"semantic-release": "^21.1.1",
"rollup": "^3.29.2",
"semantic-release": "^22.0.0",
"titleize": "^4.0.0",

@@ -79,0 +79,0 @@ "ts-expect": "^1.3.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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