Socket
Socket
Sign inDemoInstall

@prb/test

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.0 to 0.6.1

9

CHANGELOG.md

@@ -7,2 +7,3 @@ # Changelog

[0.6.1]: https://github.com/PaulRBerg/prb-test/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/PaulRBerg/prb-test/compare/v0.5.7...v0.6.0

@@ -27,2 +28,10 @@ [0.5.7]: https://github.com/PaulRBerg/prb-test/compare/v0.5.6...v0.5.7

## [0.6.1] - 2023-08-01
### Added
- Add `CallerMode` enum ([#31](https://github.com/PaulRBerg/prb-test/pull/31)) (@SensationalShubham)
- Add `readCallers` cheat ([#31](https://github.com/PaulRBerg/prb-test/pull/31)) (@SensationalShubham)
- Add `skip` cheat ([#31](https://github.com/PaulRBerg/prb-test/pull/31)) (@SensationalShubham)
## [0.6.0] - 2023-05-28

@@ -29,0 +38,0 @@

7

package.json
{
"name": "@prb/test",
"description": "Modern collection of testing assertions and logging utilities for Solidity",
"version": "0.6.0",
"version": "0.6.1",
"author": {

@@ -34,6 +34,3 @@ "name": "Paul Razvan Berg",

},
"repository": {
"type": "git",
"url": "https://github.com/PaulRBerg/prb-test"
},
"repository": "github:PaulRBerg/prb-test",
"scripts": {

@@ -40,0 +37,0 @@ "clean": "rm -rf cache out",

@@ -30,3 +30,3 @@ # PRBTest [![Github Actions][gha-badge]][gha] [![Coverage][codecov-badge]][codecov] [![Foundry][foundry-badge]][foundry] [![License: MIT][license-badge]][license]

```sh
forge install --no-commit PaulRBerg/prb-test@v0
forge install --no-commit PaulRBerg/prb-test@release-v0
```

@@ -38,3 +38,3 @@

[submodule "lib/prb-test"]
branch = "v0"
branch = "release-v0"
path = "lib/prb-test"

@@ -41,0 +41,0 @@ url = "https://github.com/PaulRBerg/prb-test"

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