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
1803
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 0.9.3-pr6423a294 to 0.9.3-pr6b04b337

3

dist/index.d.ts

@@ -570,2 +570,3 @@ import { ZodString, z, ZodSchema } from 'zod';

* @param pkgs - A single package name or array of package names to install
* @param cwd - The directory to run the installation in
* @returns A promise that resolves when installation is complete

@@ -582,3 +583,3 @@ * @throws If package installation fails

*/
declare function installDependencies(pkgs: string | string[]): Promise<void>;
declare function installDependencies(pkgs: string | string[], cwd?: string): Promise<void>;

@@ -585,0 +586,0 @@ /**

@@ -79,2 +79,3 @@ import { AgentName } from 'package-manager-detector';

* @param pkgs - A single package name or array of package names to install
* @param cwd - The directory to run the installation in
* @returns A promise that resolves when installation is complete

@@ -91,3 +92,3 @@ * @throws If package installation fails

*/
declare function installDependencies(pkgs: string | string[]): Promise<void>;
declare function installDependencies(pkgs: string | string[], cwd?: string): Promise<void>;

@@ -94,0 +95,0 @@ /**

{
"name": "@settlemint/sdk-utils",
"description": "SettleMint SDK, integrate SettleMint into your application with ease.",
"version": "0.9.3-pr6423a294",
"version": "0.9.3-pr6b04b337",
"type": "module",

@@ -67,3 +67,3 @@ "private": false,

"is-in-ci": "1.0.0",
"@antfu/install-pkg": "^0.5.0",
"@antfu/install-pkg": "^1.0.0",
"@dotenvx/dotenvx": "^1",

@@ -70,0 +70,0 @@ "@manypkg/find-root": "^2.2.3",

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

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