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

@quant-finance/quant-protocol

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quant-finance/quant-protocol - npm Package Compare versions

Comparing version 0.16.2-fixed to 0.16.2-fixed-abis

7

package.json
{
"name": "@quant-finance/quant-protocol",
"version": "0.16.2-fixed",
"version": "0.16.2-fixed-abis",
"description": "Smart contracts for the Quant Protocol.",

@@ -92,3 +92,3 @@ "scripts": {

"@rolla-finance/clones-with-immutable-args": "1.12.0",
"solady": "^0.0.19",
"solady": "^0.0.54",
"solmate": "^6.5.0"

@@ -99,5 +99,4 @@ },

"artifacts/contracts",
"typechain",
"abis"
"typechain"
]
}

@@ -43,1 +43,11 @@ <p align="center">

The license for Quant Protocol is the Business Source License 1.1 (`BUSL-1.1`), see <code>[LICENSE](https://github.com/RollaProject/quant-protocol/blob/main/LICENSE)</code>.
## Generating coverage reports with Foundry
```
forge coverage --report lcov
```
```
genhtml lcov.info -o report --branch-coverage
```
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