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

git-changelog-command-line

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-changelog-command-line - npm Package Compare versions

Comparing version 1.96.0 to 1.96.5

build/libs/git-changelog-command-line-1.96.5-javadoc.jar

2

index.js
#!/usr/bin/env node
require("npm-java-runner/lib/index").run(__dirname);
require('npm-java-runner/lib/index').run(__dirname);
{
"version": "1.96.0",
"name": "git-changelog-command-line",
"homepage": "https://github.com/tomasbjerre/git-changelog-command-line",
"repository": "git@github.com:tomasbjerre/git-changelog-command-line.git",
"author": "Tomas Bjerre",
"description": "Command line tool for generating a changelog, or releasenotes, from a GIT repository.",
"runnable-jar-regexp": ".*build/libs/.*\\d+\\.\\d+\\.\\d+\\.jar$",
"files": [
"build/libs"
],
"bin": "./index.js",
"scripts": {
"release": "npm version minor && npm publish && git push --follow-tags"
},
"license": "Apache 2",
"dependencies": {
"npm-java-runner": "0.0.13"
}
}
"version": "1.96.5",
"name": "git-changelog-command-line",
"homepage": "https://github.com/tomasbjerre/git-changelog-command-line",
"repository": "https://github.com/tomasbjerre/git-changelog-command-line",
"author": "Tomas Bjerre",
"description": "Command line tool that generates changelog from a GIT repository.",
"runnable-jar-regexp": ".*build/libs/.*\\d+\\.\\d+\\.\\d+\\.jar$",
"files": [
"build/libs"
],
"bin": "./index.js",
"license": "Apache 2",
"dependencies": {
"npm-java-runner": "0.0.14"
}
}
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