🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@settlemint/sdk-utils

Package Overview
Dependencies
Maintainers
0
Versions
2923
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

to
0.5.1-main0962109

2

dist/environment.d.ts

@@ -71,4 +71,4 @@ import { z } from 'zod';

declare function writeEnv(env: Partial<DotEnv>, environment: string, secrets: boolean): Promise<void>;
declare function writeEnv(env: Partial<DotEnv>, secrets: boolean): Promise<void>;
export { loadEnv, writeEnv };

@@ -105,3 +105,3 @@ import { z, ZodSchema } from 'zod';

declare function writeEnv(env: Partial<DotEnv>, environment: string, secrets: boolean): Promise<void>;
declare function writeEnv(env: Partial<DotEnv>, secrets: boolean): Promise<void>;

@@ -108,0 +108,0 @@ declare function ensureFolder(path: string): void;

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

import { Options } from 'nano-spawn';
declare const ascii: () => void;

@@ -11,2 +13,8 @@

declare function run({ command, args, options, }: {
command: string;
args: string[];
options?: Options;
}): Promise<string>;
interface SpinnerOptions<R> {

@@ -19,2 +27,2 @@ startMessage: string;

export { ascii, cancel, intro, note, outro, spinner };
export { ascii, cancel, intro, note, outro, run, spinner };
{
"name": "@settlemint/sdk-utils",
"description": "SettleMint SDK, integrate SettleMint into your application with ease.",
"version": "0.5.0",
"version": "0.5.1-main0962109",
"type": "module",

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

"find-up": "^7",
"nano-spawn": "^0.1.0",
"yocto-spinner": "^0.1",

@@ -68,0 +69,0 @@ "yoctocolors": "^2"

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 not supported yet

Sorry, the diff of this file is not supported yet