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

cargo-near

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cargo-near - npm Package Compare versions

Comparing version 0.11.0 to 0.12.0

11

CHANGELOG.md

@@ -10,2 +10,13 @@ # Changelog

## [0.12.0](https://github.com/near/cargo-near/compare/cargo-near-v0.11.0...cargo-near-v0.12.0) - 2024-11-14
### Added
- Added the ability to use the TEACH-ME mode ([#221](https://github.com/near/cargo-near/pull/221))
### Other
- Gracefully handle missing `git` on `cargo near new` ([#246](https://github.com/near/cargo-near/pull/246))
- update `cargo near new` template `image` and `image_digest` ([#244](https://github.com/near/cargo-near/pull/244))
## [0.11.0](https://github.com/near/cargo-near/compare/cargo-near-v0.10.1...cargo-near-v0.11.0) - 2024-10-29

@@ -12,0 +23,0 @@

4

npm-shrinkwrap.json

@@ -27,3 +27,3 @@ {

"name": "cargo-near",
"version": "0.11.0"
"version": "0.12.0"
},

@@ -790,3 +790,3 @@ "node_modules/@isaacs/cliui": {

"requires": true,
"version": "0.11.0"
"version": "0.12.0"
}
{
"artifactDownloadUrl": "https://github.com/near/cargo-near/releases/download/cargo-near-v0.11.0",
"artifactDownloadUrl": "https://github.com/near/cargo-near/releases/download/cargo-near-v0.12.0",
"author": "Near Inc <hello@nearprotocol.com>",

@@ -98,3 +98,3 @@ "bin": {

},
"version": "0.11.0",
"version": "0.12.0",
"volta": {

@@ -101,0 +101,0 @@ "node": "18.14.1",

@@ -75,2 +75,11 @@ <!-- markdownlint-disable MD014 -->

---
Use `--teach-me` flag if you want to know "how it works".
```console
cargo near --teach-me
```
Starts an interactive mode with an explanation of the execution of the selected command.
---
Additionally depends on [Git](https://git-scm.com/) binary being installed, besides [cargo](https://github.com/rust-lang/cargo).

@@ -77,0 +86,0 @@

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