Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
mkdocs-git-revision-date-localized-plugin
Advanced tools
Mkdocs plugin that enables displaying the localized date of the last git modification of a markdown file.
MkDocs plugin that enables displaying the date of the last git modification of a page. The plugin uses babel and timeago.js to provide different localized date formats. Initial fork from mkdocs-git-revision-date-plugin.
(Example when used together with the mkdocs-material theme)
Other MkDocs plugins that use information from git:
Install the plugin using pip3
with the following command:
pip3 install mkdocs-git-revision-date-localized-plugin
Next, add the following lines to your mkdocs.yml
:
plugins:
- search
- git-revision-date-localized
If you have no
plugins
entry in your config file yet, you'll likely also want to add thesearch
plugin. MkDocs enables it by default if there is noplugins
entry set.
The mkdocs-material theme supports git-revision-date-localized
. After installing the plugin and updating your mkdocs.yml
you should see the last revision date on the bottom of your pages. Other mkdocs themes require additional customization.
See the documentation on how to fine-tune the appearance and the date format.
This plugin needs access to the last commit that touched a specific file to be able to retrieve the date. By default many CI/CD build systems only retrieve the last commit, which means you might need to change your CI/CD settings:
fetch-depth
to 0
(docs)GIT_DEPTH
to 0
(docs)clone: depth: full
(docs)Agent.Source.Git.ShallowFetchDepth
to something very high like 10e99
(docs)See timvink.github.io/mkdocs-git-revision-date-localized-plugin.
Contributions are very welcome! Please read CONTRIBUTING.md before putting in any work.
FAQs
Mkdocs plugin that enables displaying the localized date of the last git modification of a markdown file.
We found that mkdocs-git-revision-date-localized-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.