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

create-solana-dapp

Package Overview
Dependencies
Maintainers
0
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 4.1.0 to 4.1.1

2

package.json
{
"name": "create-solana-dapp",
"version": "4.1.0",
"version": "4.1.1",
"description": "Get up and running fast with Solana dApps",

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

@@ -11,2 +11,5 @@ # create-solana-dapp

[![npm version](https://img.shields.io/npm/v/create-solana-dapp?color=yellow)](https://npmjs.com/package/create-solana-dapp)
[![npm downloads](https://img.shields.io/npm/dm/create-solana-dapp?color=yellow)](https://npmjs.com/package/create-solana-dapp)
## Templates

@@ -42,3 +45,3 @@

```json
```jsonc
{

@@ -51,3 +54,3 @@ "name": "your-template",

// Adding a '+' will make the line bold and '{pm}' is replaced with the package manager
"+{pm} run anchor build | test | localnet | deploy"
"+{pm} run anchor build | test | localnet | deploy",
],

@@ -61,4 +64,4 @@ // Rename is a map of terms to rename

// In the following paths
"paths": ["anchor", "src"]
}
"paths": ["anchor", "src"],
},
},

@@ -68,5 +71,5 @@ // Check versions and give a warning if it's not installed or the version is lower

"anchor": "0.30.1",
"solana": "1.18.0"
}
}
"solana": "1.18.0",
},
},
}

@@ -73,0 +76,0 @@ ```

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