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
0
Versions
2100
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.36-main921e86a

12

dist/environment.d.ts

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

SETTLEMINT_AUTH_SECRET: z.ZodString;
SETTLEMINT_CUSTOM_DEPLOYMENT: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT: z.ZodOptional<z.ZodString>;
NEXTAUTH_URL: z.ZodString;

@@ -61,2 +63,4 @@ SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY: z.ZodLiteral<"0x5e771e1417100000000000000000000000000001">;

SETTLEMINT_IPFS_GATEWAY_ENDPOINT?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined;
}, {

@@ -89,2 +93,4 @@ SETTLEMINT_INSTANCE: string;

SETTLEMINT_IPFS_GATEWAY_ENDPOINT?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined;
}>;

@@ -116,2 +122,4 @@ type DotEnv = z.infer<typeof DotEnvSchema>;

SETTLEMINT_AUTH_SECRET: z.ZodOptional<z.ZodString>;
SETTLEMINT_CUSTOM_DEPLOYMENT: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>;
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>;
NEXTAUTH_URL: z.ZodOptional<z.ZodString>;

@@ -144,2 +152,4 @@ SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY: z.ZodOptional<z.ZodLiteral<"0x5e771e1417100000000000000000000000000001">>;

SETTLEMINT_AUTH_SECRET?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined;
NEXTAUTH_URL?: string | undefined;

@@ -172,2 +182,4 @@ SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY?: "0x5e771e1417100000000000000000000000000001" | undefined;

SETTLEMINT_AUTH_SECRET?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined;
NEXTAUTH_URL?: string | undefined;

@@ -174,0 +186,0 @@ SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY?: "0x5e771e1417100000000000000000000000000001" | undefined;

@@ -36,2 +36,4 @@ import { ZodString, z, ZodSchema } from 'zod';

SETTLEMINT_AUTH_SECRET: z.ZodString;
SETTLEMINT_CUSTOM_DEPLOYMENT: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT: z.ZodOptional<z.ZodString>;
NEXTAUTH_URL: z.ZodString;

@@ -67,2 +69,4 @@ SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY: z.ZodLiteral<"0x5e771e1417100000000000000000000000000001">;

SETTLEMINT_IPFS_GATEWAY_ENDPOINT?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined;
}, {

@@ -95,2 +99,4 @@ SETTLEMINT_INSTANCE: string;

SETTLEMINT_IPFS_GATEWAY_ENDPOINT?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined;
}>;

@@ -122,2 +128,4 @@ type DotEnv = z.infer<typeof DotEnvSchema>;

SETTLEMINT_AUTH_SECRET: z.ZodOptional<z.ZodString>;
SETTLEMINT_CUSTOM_DEPLOYMENT: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>;
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>;
NEXTAUTH_URL: z.ZodOptional<z.ZodString>;

@@ -150,2 +158,4 @@ SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY: z.ZodOptional<z.ZodLiteral<"0x5e771e1417100000000000000000000000000001">>;

SETTLEMINT_AUTH_SECRET?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined;
NEXTAUTH_URL?: string | undefined;

@@ -178,2 +188,4 @@ SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY?: "0x5e771e1417100000000000000000000000000001" | undefined;

SETTLEMINT_AUTH_SECRET?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined;
NEXTAUTH_URL?: string | undefined;

@@ -180,0 +192,0 @@ SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY?: "0x5e771e1417100000000000000000000000000001" | undefined;

@@ -36,2 +36,4 @@ import { ZodString, z, ZodSchema } from 'zod';

SETTLEMINT_AUTH_SECRET: z.ZodString;
SETTLEMINT_CUSTOM_DEPLOYMENT: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT: z.ZodOptional<z.ZodString>;
NEXTAUTH_URL: z.ZodString;

@@ -67,2 +69,4 @@ SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY: z.ZodLiteral<"0x5e771e1417100000000000000000000000000001">;

SETTLEMINT_IPFS_GATEWAY_ENDPOINT?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined;
}, {

@@ -95,2 +99,4 @@ SETTLEMINT_INSTANCE: string;

SETTLEMINT_IPFS_GATEWAY_ENDPOINT?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined;
}>;

@@ -122,2 +128,4 @@ type DotEnv = z.infer<typeof DotEnvSchema>;

SETTLEMINT_AUTH_SECRET: z.ZodOptional<z.ZodString>;
SETTLEMINT_CUSTOM_DEPLOYMENT: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>;
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>;
NEXTAUTH_URL: z.ZodOptional<z.ZodString>;

@@ -150,2 +158,4 @@ SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY: z.ZodOptional<z.ZodLiteral<"0x5e771e1417100000000000000000000000000001">>;

SETTLEMINT_AUTH_SECRET?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined;
NEXTAUTH_URL?: string | undefined;

@@ -178,2 +188,4 @@ SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY?: "0x5e771e1417100000000000000000000000000001" | undefined;

SETTLEMINT_AUTH_SECRET?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT?: string | undefined;
SETTLEMINT_CUSTOM_DEPLOYMENT_ENDPOINT?: string | undefined;
NEXTAUTH_URL?: string | undefined;

@@ -180,0 +192,0 @@ SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_REGISTRY?: "0x5e771e1417100000000000000000000000000001" | undefined;

2

package.json
{
"name": "@settlemint/sdk-utils",
"description": "SettleMint SDK, integrate SettleMint into your application with ease.",
"version": "0.5.35",
"version": "0.5.36-main921e86a",
"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