Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@bananapus/project-handles

Package Overview
Dependencies
69
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

slither-ci.config.json

9

package.json
{
"name": "@bananapus/project-handles",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",

@@ -9,2 +9,5 @@ "repository": {

},
"engines": {
"node": ">=20.0.0"
},
"scripts": {

@@ -21,6 +24,6 @@ "test": "forge test",

"@bananapus/core": "^0.0.6",
"@bananapus/permission-ids": "^0.0.2",
"@bananapus/permission-ids": "^0.0.5",
"@ensdomains/ens-contracts": "^1.1.4",
"@openzeppelin/contracts": "^5.0.1"
}
}
}

@@ -11,4 +11,6 @@ # Bananapus Project Handles

For `npm` projects (recommended):
How to install `nana-project-handles` in another project.
For projects using `npm` to manage dependencies (recommended):
```bash

@@ -18,3 +20,3 @@ npm install @bananapus/project-handles

For `forge` projects (not recommended):
For projects using `forge` to manage dependencies (not recommended):

@@ -25,7 +27,7 @@ ```bash

Add `@bananapus/project-handles/=lib/nana-project-handles/` to `remappings.txt`. You'll also need to install `nana-project-handles`'s dependencies and add similar remappings for them.
If you're using `forge` to manage dependencies, add `@bananapus/project-handles/=lib/nana-project-handles/` to `remappings.txt`. You'll also need to install `nana-project-handles`' dependencies and add similar remappings for them.
## Develop
`nana-project-handles` uses [npm](https://www.npmjs.com/) for package management and the [Foundry](https://github.com/foundry-rs/foundry) development toolchain for builds, tests, and deployments. To get set up, [install Node.js](https://nodejs.org/en/download) and install [Foundry](https://github.com/foundry-rs/foundry):
`nana-project-handles` uses [npm](https://www.npmjs.com/) (version >=20.0.0) for package management and the [Foundry](https://github.com/foundry-rs/foundry) development toolchain for builds, tests, and deployments. To get set up, [install Node.js](https://nodejs.org/en/download) and install [Foundry](https://github.com/foundry-rs/foundry):

@@ -32,0 +34,0 @@ ```bash

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc