Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-solana-dapp

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-solana-dapp - npm Package Compare versions

Comparing version 2.2.0-beta.11 to 2.2.0-beta.12

lib/final-note.d.ts

10

bin/index.js

@@ -10,2 +10,3 @@ #!/usr/bin/env node

const custom_create_workspace_1 = require("../lib/custom-create-workspace");
const final_note_1 = require("../lib/final-note");
const get_args_1 = require("../lib/get-args");

@@ -50,12 +51,9 @@ function main() {

const target = directory.replace(process.cwd(), '.');
(0, prompts_1.note)(`That's it!\n
Change to your new directory and start developing:\n
cd ${target}\n
${pm} run dev`, 'Installation successful!');
(0, prompts_1.outro)('Good luck with your project!');
(0, prompts_1.note)((0, final_note_1.finalNote)(Object.assign(Object.assign({}, args), { target })), 'Installation successful!');
}
else {
(0, prompts_1.note)(JSON.stringify(args, null, 2), 'Dry run, no changes were made.');
(0, prompts_1.outro)(`Would have created the workspace: ${args.name} with preset: ${args.preset}.`);
(0, prompts_1.note)((0, final_note_1.finalNote)(Object.assign(Object.assign({}, args), { target: './dry-run' })), 'Installation successful!');
}
(0, prompts_1.outro)('Good luck with your project!');
});

@@ -62,0 +60,0 @@ }

2

package.json
{
"name": "create-solana-dapp",
"version": "2.2.0-beta.11",
"version": "2.2.0-beta.12",
"description": "Get up and running fast with Solana dApps",

@@ -5,0 +5,0 @@ "dependencies": {

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