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

sgray

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sgray - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

7

dist/index.d.ts

@@ -34,2 +34,7 @@ import * as inversify_lib_interfaces_interfaces from 'inversify/lib/interfaces/interfaces';

declare class CLIError extends Error {
exitCode?: number | undefined;
constructor(message: string, exitCode?: number | undefined);
}
declare const Argv = "argv";

@@ -43,2 +48,2 @@ declare const Args = "args";

export { Args, Argv, CLI, Command, CommandArgs, CommandResult, CommandStatic, Stderr, Stdin, Stdout, array, options };
export { Args, Argv, CLI, CLIError, Command, CommandArgs, CommandResult, CommandStatic, Stderr, Stdin, Stdout, array, options };

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

CLI: () => CLI,
CLIError: () => CLIError,
Stderr: () => Stderr,

@@ -212,2 +213,3 @@ Stdin: () => Stdin,

CLI,
CLIError,
Stderr,

@@ -214,0 +216,0 @@ Stdin,

2

package.json
{
"name": "sgray",
"version": "0.4.0",
"version": "0.4.1",
"author": "cumul <gg6123@naver.com>",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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