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
4
Versions
136
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 1.1.0-2a507fd6 to 1.1.0

2

lib/commands/hello.js

@@ -15,3 +15,2 @@ "use strict";

}
exports.default = Hello;
Hello.description = 'describe the command here';

@@ -24,1 +23,2 @@ Hello.examples = [

Hello.args = [{ name: 'file' }];
exports.default = Hello;

@@ -1,1 +0,1 @@

{"version":"1.1.0-2a507fd6","commands":{"hello":{"id":"hello","description":"describe the command here","pluginName":"@digigov/cli","pluginType":"core","aliases":[],"examples":["$ digigov hello\nhello world from ./src/hello.ts!\n"],"flags":{},"args":[{"name":"file"}]}}}
{"version":"1.1.0","commands":{"hello":{"id":"hello","description":"describe the command here","pluginName":"@digigov/cli","pluginType":"core","aliases":[],"examples":["$ digigov hello\nhello world from ./src/hello.ts!\n"],"flags":{},"args":[{"name":"file"}]}}}
{
"name": "@digigov/cli",
"description": "CLI for Digigov apps and libs with plugin support",
"version": "1.1.0-2a507fd6",
"version": "1.1.0",
"author": "GRNET Devs <devs@lists.grnet.gr>",

@@ -35,3 +35,3 @@ "bin": {

"ts-node": "10.9.2",
"typescript": "4.9.5",
"typescript": "5.3.2",
"publint": "0.1.8",

@@ -38,0 +38,0 @@ "@microsoft/rush-lib": "5.112.2"

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

$ digigov (-v|--version|version)
@digigov/cli/1.1.0-2a507fd6 linux-x64 node-v16.17.1
@digigov/cli/1.1.0 darwin-arm64 node-v18.19.0
$ digigov --help [COMMAND]

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

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