New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@settlemint/btp-sdk-cli

Package Overview
Dependencies
Maintainers
0
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@settlemint/btp-sdk-cli - npm Package Compare versions

Comparing version 0.3.2-pr3754eec to 0.3.2-pr5004d47

5

dist/index.js
#!/usr/bin/env node
import { cancel, intro, outro } from '@clack/prompts';
import { Command } from '@commander-js/extra-typings';
import { inverse, magentaBright, greenBright } from 'yoctocolors';

@@ -70,4 +71,4 @@ // package.json

).description("Initializes the setup of the BTP SDK").action(async ({ pat, instance }) => {
intro("Setting up the BTP SDK in your project");
outro(`You're all set!`);
intro(inverse(magentaBright("Setting up the BTP SDK in your project")));
outro(inverse(greenBright("You're all set!")));
});

@@ -74,0 +75,0 @@ }

2

package.json
{
"name": "@settlemint/btp-sdk-cli",
"version": "0.3.2-pr3754eec",
"version": "0.3.2-pr5004d47",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "module": "./dist/index.js",

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