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

@settlemint/sdk-utils

Package Overview
Dependencies
Maintainers
2
Versions
1816
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@settlemint/sdk-utils - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

13

dist/terminal.d.ts

@@ -17,2 +17,8 @@ import { SpawnOptionsWithoutStdio } from 'node:child_process';

/**
* Error class used to indicate that the operation was cancelled.
* This error is used to signal that the operation should be aborted.
*/
declare class CancelError extends Error {
}
/**
* Displays an error message in red inverse text and exits the process.

@@ -23,3 +29,3 @@ * Used to terminate execution with a visible error message.

* @param msg - The error message to display
* @returns never - Function does not return as it exits the process
* @returns never - Function does not return as it throws an error
* @example

@@ -180,3 +186,2 @@ * import { cancel } from "@settlemint/sdk-utils/terminal";

* @param data - Array of objects to display in table format
* @param compact - Whether to display the table in compact mode
* @example

@@ -192,4 +197,4 @@ * import { table } from "@settlemint/sdk-utils/terminal";

*/
declare function table(title: string, data: unknown[], compact?: boolean): void;
declare function table(title: string, data: unknown[]): void;
export { type ExecuteCommandOptions, type SpinnerOptions, ascii, cancel, executeCommand, intro, list, maskTokens, note, outro, spinner, table };
export { CancelError, type ExecuteCommandOptions, type SpinnerOptions, ascii, cancel, executeCommand, intro, list, maskTokens, note, outro, spinner, table };
{
"name": "@settlemint/sdk-utils",
"description": "Shared utilities and helper functions for SettleMint SDK modules",
"version": "1.0.8",
"version": "1.0.9",
"type": "module",

@@ -71,2 +71,3 @@ "private": false,

"@npmcli/package-json": "^6",
"console-table-printer": "^2",
"deepmerge-ts": "^7",

@@ -77,5 +78,4 @@ "environment": "^1",

"package-manager-detector": "^0.2",
"yocto-spinner": "^0.1",
"yoctocolors": "^2",
"tty-table": "^4"
"yocto-spinner": "^0.2.0",
"yoctocolors": "^2"
},

@@ -82,0 +82,0 @@ "peerDependencies": {},

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

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

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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