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-pr24c97cf1 to 1.0.9-pr2cafe701

10

dist/package-manager.d.ts

@@ -101,10 +101,2 @@ import { AgentName } from 'package-manager-detector';

/**
* Checks if a package is installed globally
*
* @param packageName - The name of the package to check
* @returns True if the package is installed globally, false otherwise
*/
declare function isPackageInstalledGlobally(packageName: string): Promise<boolean>;
/**
* Sets the name field in the package.json file

@@ -123,2 +115,2 @@ *

export { emptyDir, formatTargetDir, getPackageManager, getPackageManagerExecutable, installDependencies, isEmpty, isPackageInstalled, isPackageInstalledGlobally, setName };
export { emptyDir, formatTargetDir, getPackageManager, getPackageManagerExecutable, installDependencies, isEmpty, isPackageInstalled, setName };

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.

{
"name": "@settlemint/sdk-utils",
"description": "Shared utilities and helper functions for SettleMint SDK modules",
"version": "1.0.9-pr24c97cf1",
"version": "1.0.9-pr2cafe701",
"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 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