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

create-solana-dapp

Package Overview
Dependencies
Maintainers
3
Versions
48
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.0.0-beta.4 to 2.0.0-beta.5

7

bin/index.js

@@ -8,10 +8,7 @@ #!/usr/bin/env node

const package_manager_1 = require("create-nx-workspace/src/utils/package-manager");
const get_app_info_1 = require("../lib/get-app-info");
const node_path_1 = require("node:path");
const custom_create_workspace_1 = require("../lib/custom-create-workspace");
const get_args_1 = require("../lib/get-args");
const custom_create_workspace_1 = require("../lib/custom-create-workspace");
const node_path_1 = require("node:path");
function main() {
return tslib_1.__awaiter(this, void 0, void 0, function* () {
const app = (0, get_app_info_1.getAppInfo)();
(0, prompts_1.intro)(`${app.name} ${app.version}`);
const pm = (0, package_manager_1.detectInvokedPackageManager)();

@@ -18,0 +15,0 @@ const args = yield (0, get_args_1.getArgs)(process.argv, pm);

@@ -84,2 +84,4 @@ "use strict";

};
// Display the intro
(0, prompts_1.intro)(`${app.name} ${app.version}`);
// Get the prompts for any missing options

@@ -86,0 +88,0 @@ const prompts = yield (0, get_prompts_1.getPrompts)({ options, presets });

{
"name": "create-solana-dapp",
"version": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"description": "Get up and running fast with Solana dApps",

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

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