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

@digigov/cli

Package Overview
Dependencies
Maintainers
0
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digigov/cli - npm Package Compare versions

Comparing version

to
2.0.0-0c4be34e

index.js

8

lib/index.js

@@ -1,5 +0,3 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.run = void 0;
var command_1 = require("@oclif/command");
Object.defineProperty(exports, "run", { enumerable: true, get: function () { return command_1.run; } });
export * from "./command.js";
export * from "./project-utils.cjs";
export * from "./logger.js";
{
"name": "@digigov/cli",
"description": "CLI for Digigov apps and libs with plugin support",
"version": "1.1.2-rc.18",
"version": "2.0.0-0c4be34e",
"author": "GRNET Devs <devs@lists.grnet.gr>",
"type": "module",
"bin": {
"digigov": "./bin/run"
"digigov": "./index.js"
},
"dependencies": {
"@oclif/command": "1.8.0",
"@oclif/config": "1",
"@oclif/plugin-help": "3",
"tslib": "2.6.2",
"cli-ux": "5.5.1",
"@oclif/errors": "1.3.4",
"pkg-up": "3.1.0",
"fs-extra": "11.2.0",
"deepmerge": "4.2.2",
"execa": "5.0.0",
"rimraf": "3.0.2",
"glob": "7.1.6",
"publint": "0.1.8"
"deepmerge": "4.3.1",
"execa": "8.0.1",
"@microsoft/rush-lib": "5.133.4",
"commander": "12.1.0",
"chalk": "4.1.0"
},
"devDependencies": {
"@oclif/dev-cli": "1",
"@oclif/test": "1",
"@types/chai": "4",
"@types/mocha": "5",
"@types/node": "18.19.0",
"chai": "4",
"globby": "11.0.0",
"mocha": "5",
"nyc": "14",
"ts-node": "10.9.2",
"typescript": "5.3.2",
"publint": "0.1.8",
"@microsoft/rush-lib": "5.112.2"
"publint": "0.1.8"
},
"engines": {
"node": ">=12.13.0"
"node": ">=18"
},
"files": [
"/bin",
"index.js",
"load-commands.js",
"/lib",
"/lib.js",
"/resolveProject.js",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
"tsconfig.cli.json"
],
"homepage": "https://github.com/tooling/cli",
"keywords": [
"oclif"
],
"main": "lib/index.js",
"oclif": {
"commands": "./lib/commands",
"bin": "digigov",
"plugins": [
"@oclif/plugin-help"
],
"hooks": {
"init": "./lib/hooks/init/addcommand"
"main": "./index.js",
"exports": {
".": "./index.js",
"./lib": {
"require": "./lib/project-utils.cjs",
"default": "./lib/index.js"
}
},
"types": "lib/index.d.ts",
"scripts": {
"publint": "publint",
"lint": "echo 'no lint needed (yet)'",
"prepublish": "tsc",
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif-dev readme && git add README.md",
"build": "tsc"
"lint": "echo 'no lint needed (yet)'"
}
}

@@ -22,3 +22,3 @@ @digigov/cli

$ digigov (-v|--version|version)
@digigov/cli/1.1.2-rc.18 darwin-arm64 node-v18.20.4
@digigov/cli/1.1.1 linux-x64 node-v18.20.3
$ digigov --help [COMMAND]

@@ -25,0 +25,0 @@ USAGE