github-files
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -13,3 +13,3 @@ #!/usr/bin/env node | ||
const list_js_1 = require("./list.js"); | ||
const pkg = require(path_1.default.resolve(__dirname, "../../package.json")); | ||
const pkg = require(path_1.default.resolve(__dirname, "../../../package.json")); | ||
const program = new commander_1.Command(pkg.name); | ||
@@ -16,0 +16,0 @@ program.version(pkg.version); |
{ | ||
"name": "github-files", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"bin": { | ||
@@ -5,0 +5,0 @@ "github-files": "dist/cjs/command/index.js" |
Sorry, the diff of this file is not supported yet
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
19435