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.5.6 to 0.6.0

49

CHANGELOG.md

@@ -7,19 +7,38 @@ # Changelog

[0.5.6]: https://github.com/PaulRBerg/prb-math/compare/v0.5.5...v0.5.6
[0.5.5]: https://github.com/PaulRBerg/prb-math/compare/v0.5.4...v0.5.5
[0.5.4]: https://github.com/PaulRBerg/prb-math/compare/v0.5.3...v0.5.4
[0.5.3]: https://github.com/PaulRBerg/prb-math/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/PaulRBerg/prb-math/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/PaulRBerg/prb-math/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/PaulRBerg/prb-math/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/PaulRBerg/prb-math/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/PaulRBerg/prb-math/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/PaulRBerg/prb-math/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/PaulRBerg/prb-math/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/PaulRBerg/prb-math/compare/v0.1.3...v0.2.0
[0.1.3]: https://github.com/PaulRBerg/prb-math/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/PaulRBerg/prb-math/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/PaulRBerg/prb-math/compare/v0.1.0...v0.1.1
[0.6.0]: https://github.com/PaulRBerg/prb-test/compare/v0.5.7...v0.6.0
[0.5.7]: https://github.com/PaulRBerg/prb-test/compare/v0.5.6...v0.5.7
[0.5.6]: https://github.com/PaulRBerg/prb-test/compare/v0.5.5...v0.5.6
[0.5.5]: https://github.com/PaulRBerg/prb-test/compare/v0.5.4...v0.5.5
[0.5.4]: https://github.com/PaulRBerg/prb-test/compare/v0.5.3...v0.5.4
[0.5.3]: https://github.com/PaulRBerg/prb-test/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/PaulRBerg/prb-test/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/PaulRBerg/prb-test/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/PaulRBerg/prb-test/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/PaulRBerg/prb-test/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/PaulRBerg/prb-test/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/PaulRBerg/prb-test/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/PaulRBerg/prb-test/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/PaulRBerg/prb-test/compare/v0.1.3...v0.2.0
[0.1.3]: https://github.com/PaulRBerg/prb-test/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/PaulRBerg/prb-test/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/PaulRBerg/prb-test/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/PaulRBerg/prb-test/releases/tag/v0.1.0
## [0.6.0] - 2023-05-28
### Changed
- Rename `HEVM_ADDRESS` to `VM_ADDRESS` (@PaulRBerg)
### Added
- Sync `Vm` with forge-std (@PaulRBerg)
## [0.5.7] - 2023-05-05
### Added
- Add breakpoint cheatcodes ([#27](https://github.com/PaulRBerg/prb-test/pull/27)) (@PaulRBerg)
- Add and sync filesystem cheatcodes ([#28](https://github.com/PaulRBerg/prb-test/pull/28)) (@PaulRBerg)
## [0.5.6] - 2023-04-29

@@ -26,0 +45,0 @@

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

@@ -17,3 +17,3 @@ "name": "Paul Razvan Berg",

"files": [
"/src",
"src",
"CHANGELOG.md"

@@ -44,4 +44,5 @@ ],

"prettier:check": "prettier --check \"**/*.{json,md,yml}\"",
"prettier:write": "prettier --write \"**/*.{json,md,yml}\""
"prettier:write": "prettier --write \"**/*.{json,md,yml}\"",
"test": "forge test"
}
}

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