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
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.2.0-beta.0 to 2.2.0-beta.1

3

lib/custom-create-workspace.js

@@ -7,2 +7,3 @@ "use strict";

const create_preset_1 = require("create-nx-workspace/src/create-preset");
const child_process_utils_1 = require("create-nx-workspace/src/utils/child-process-utils");
const error_utils_1 = require("create-nx-workspace/src/utils/error-utils");

@@ -22,2 +23,4 @@ const git_1 = require("create-nx-workspace/src/utils/git/git");

spin1.stop(`Successfully created workspace with ${packageManager}.`);
// Delete the generated README.md
yield (0, child_process_utils_1.execAndWait)('rm README.md', directory);
// If the preset is a third-party preset, we need to call createPreset to install it

@@ -24,0 +27,0 @@ // For first-party presets, it will created by createEmptyWorkspace instead.

2

package.json
{
"name": "create-solana-dapp",
"version": "2.2.0-beta.0",
"version": "2.2.0-beta.1",
"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