git-changelog-command-line
Advanced tools
Comparing version 1.96.0 to 1.96.5
#!/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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
7799753
+ Addednpm-java-runner@0.0.14(transitive)
- Removednpm-java-runner@0.0.13(transitive)
Updatednpm-java-runner@0.0.14