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.9-pr5f0bc595 to 1.0.9-pr770bbed6

14

dist/environment.d.ts

@@ -77,6 +77,2 @@ import { z } from 'zod';

SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodString>;
/** Address of the deployed smart contract */
SETTLEMINT_SMART_CONTRACT_ADDRESS: z.ZodOptional<z.ZodString>;
/** Deployment ID of the smart contract */
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID: z.ZodOptional<z.ZodString>;
}, "strip", z.ZodTypeAny, {

@@ -117,4 +113,2 @@ SETTLEMINT_INSTANCE: string;

SETTLEMINT_NEW_PROJECT_NAME?: string | undefined;
SETTLEMINT_SMART_CONTRACT_ADDRESS?: string | undefined;
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID?: string | undefined;
}, {

@@ -155,4 +149,2 @@ SETTLEMINT_INSTANCE?: string | undefined;

SETTLEMINT_NEW_PROJECT_NAME?: string | undefined;
SETTLEMINT_SMART_CONTRACT_ADDRESS?: string | undefined;
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID?: string | undefined;
}>;

@@ -202,4 +194,2 @@ /**

SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodOptional<z.ZodString>>;
SETTLEMINT_SMART_CONTRACT_ADDRESS: z.ZodOptional<z.ZodOptional<z.ZodString>>;
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID: z.ZodOptional<z.ZodOptional<z.ZodString>>;
}, "strip", z.ZodTypeAny, {

@@ -240,4 +230,2 @@ SETTLEMINT_INSTANCE?: string | undefined;

SETTLEMINT_NEW_PROJECT_NAME?: string | undefined;
SETTLEMINT_SMART_CONTRACT_ADDRESS?: string | undefined;
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID?: string | undefined;
}, {

@@ -278,4 +266,2 @@ SETTLEMINT_INSTANCE?: string | undefined;

SETTLEMINT_NEW_PROJECT_NAME?: string | undefined;
SETTLEMINT_SMART_CONTRACT_ADDRESS?: string | undefined;
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID?: string | undefined;
}>;

@@ -282,0 +268,0 @@ /**

2

dist/terminal.d.ts

@@ -23,3 +23,3 @@ import { SpawnOptionsWithoutStdio } from 'node:child_process';

/**
* Displays an error message in red inverse text and exits the process.
* Displays an error message in red inverse text and throws a CancelError.
* Used to terminate execution with a visible error message.

@@ -26,0 +26,0 @@ * Any sensitive tokens in the message are masked before display.

@@ -111,6 +111,2 @@ import { ZodSchema, ZodString, z } from 'zod';

SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodString>;
/** Address of the deployed smart contract */
SETTLEMINT_SMART_CONTRACT_ADDRESS: z.ZodOptional<z.ZodString>;
/** Deployment ID of the smart contract */
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID: z.ZodOptional<z.ZodString>;
}, "strip", z.ZodTypeAny, {

@@ -151,4 +147,2 @@ SETTLEMINT_INSTANCE: string;

SETTLEMINT_NEW_PROJECT_NAME?: string | undefined;
SETTLEMINT_SMART_CONTRACT_ADDRESS?: string | undefined;
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID?: string | undefined;
}, {

@@ -189,4 +183,2 @@ SETTLEMINT_INSTANCE?: string | undefined;

SETTLEMINT_NEW_PROJECT_NAME?: string | undefined;
SETTLEMINT_SMART_CONTRACT_ADDRESS?: string | undefined;
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID?: string | undefined;
}>;

@@ -236,4 +228,2 @@ /**

SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodOptional<z.ZodString>>;
SETTLEMINT_SMART_CONTRACT_ADDRESS: z.ZodOptional<z.ZodOptional<z.ZodString>>;
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID: z.ZodOptional<z.ZodOptional<z.ZodString>>;
}, "strip", z.ZodTypeAny, {

@@ -274,4 +264,2 @@ SETTLEMINT_INSTANCE?: string | undefined;

SETTLEMINT_NEW_PROJECT_NAME?: string | undefined;
SETTLEMINT_SMART_CONTRACT_ADDRESS?: string | undefined;
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID?: string | undefined;
}, {

@@ -312,4 +300,2 @@ SETTLEMINT_INSTANCE?: string | undefined;

SETTLEMINT_NEW_PROJECT_NAME?: string | undefined;
SETTLEMINT_SMART_CONTRACT_ADDRESS?: string | undefined;
SETTLEMINT_SMART_CONTRACT_DEPLOYMENT_ID?: string | undefined;
}>;

@@ -316,0 +302,0 @@ /**

{
"name": "@settlemint/sdk-utils",
"description": "Shared utilities and helper functions for SettleMint SDK modules",
"version": "1.0.9-pr5f0bc595",
"version": "1.0.9-pr770bbed6",
"type": "module",

@@ -6,0 +6,0 @@ "private": false,

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

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