New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jayree/changelog

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jayree/changelog - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

6

lib/index.js

@@ -10,3 +10,3 @@ /*

import Debug from 'debug';
import TerminalRenderer from 'marked-terminal';
import { markedTerminal } from 'marked-terminal';
import { marked } from 'marked';

@@ -50,5 +50,3 @@ import { parseChangeLog } from './shared/parseChangeLog.js';

const { tokens, version: parsedVersion } = parseChangeLog(changelogFile, version, localVersion.version);
marked.setOptions({
renderer: new TerminalRenderer({ emoji: false }),
});
marked.use(markedTerminal({ emoji: false }));
tokens.unshift(marked.lexer(`# Changelog for '${name}':`)[0]);

@@ -55,0 +53,0 @@ await fs.writeJson(versionFile, { version: parsedVersion });

{
"name": "@jayree/changelog",
"version": "1.2.4",
"version": "1.2.5",
"description": "Parse a CHANGELOG.md file of a package and return the most recent entry",

@@ -9,4 +9,4 @@ "main": "lib/index.js",

"devDependencies": {
"@commitlint/config-conventional": "^19.4.1",
"@salesforce/core": "^8.5.3",
"@commitlint/config-conventional": "^19.7.1",
"@salesforce/core": "^8.8.2",
"@salesforce/dev-config": "^4.3.1",

@@ -18,38 +18,38 @@ "@salesforce/prettier-config": "^0.0.3",

"@types/marked-terminal": "^6.1.1",
"@types/mocha": "^10.0.7",
"@types/mocha": "^10.0.10",
"@types/semver": "^7.5.8",
"@types/semver-compare": "^1.0.3",
"@types/sinon-chai": "^3.2.12",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"c8": "^10.1.2",
"chai": "^5.1.1",
"commitlint": "^19.4.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"@types/sinon-chai": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"c8": "^10.1.3",
"chai": "^5.1.2",
"commitlint": "^19.7.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.1",
"eslint-config-salesforce": "^2.2.0",
"eslint-config-salesforce-typescript": "^3.4.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.5",
"mocha": "^10.7.3",
"prettier": "^3.3.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-prettier": "^5.2.3",
"husky": "^9.1.7",
"mocha": "^11.1.0",
"prettier": "^3.4.2",
"pretty-quick": "^4.0.0",
"sinon": "18.0.0",
"sinon": "19.0.2",
"sinon-chai": "^4.0.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
"typedoc": "0.26.6",
"typedoc-plugin-missing-exports": "3.0.0",
"typescript": "^5.5.4",
"wireit": "^0.14.8"
"typedoc": "0.27.6",
"typedoc-plugin-missing-exports": "3.1.0",
"typescript": "^5.7.3",
"wireit": "^0.14.10"
},
"dependencies": {
"debug": "^4.3.6",
"fs-extra": "^11.2.0",
"debug": "^4.4.0",
"fs-extra": "^11.3.0",
"marked": "^12.0.2",
"marked-terminal": "^6.3.0",
"semver": "^7.6.3",
"marked-terminal": "^7.3.0",
"semver": "^7.7.1",
"semver-compare": "^1.0.0"

@@ -56,0 +56,0 @@ },

Sorry, the diff of this file is not supported yet

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