Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@prb/test

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prb/test - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

7

CHANGELOG.md

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

[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

@@ -20,2 +21,8 @@ [0.5.0]: https://github.com/paulrberg/prb-math/compare/v0.4.0...v0.5.0

## [0.5.2] - 2023-03-17
### Added
- Add ASCII art (@PaulRBerg)
## [0.5.1] - 2023-03-10

@@ -22,0 +29,0 @@

7

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

@@ -32,3 +32,2 @@ "name": "Paul Razvan Berg",

"license": "MIT",
"packageManager": "yarn@3.4.1",
"publishConfig": {

@@ -43,4 +42,4 @@ "access": "public"

"clean": "rimraf cache out",
"lint": "yarn lint:sol && yarn prettier:check",
"lint:sol": "forge fmt --check && yarn solhint \"{script,src,test}/**/*.sol\"",
"lint": "pnpm lint:sol && pnpm prettier:check",
"lint:sol": "forge fmt --check && pnpm solhint \"{script,src,test}/**/*.sol\"",
"prettier:check": "prettier --check \"**/*.{json,md,yml}\"",

@@ -47,0 +46,0 @@ "prettier:write": "prettier --write \"**/*.{json,md,yml}\""

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

```sh
yarn add @prb/test
pnpm add @prb/test
# or

@@ -191,3 +191,3 @@ npm install @prb/test

- [Node.Js](https://nodejs.org/en/download/)
- [Yarn](https://yarnpkg.com/)
- [Pnpm](https://pnpm.io)

@@ -207,3 +207,3 @@ In addition, familiarity with [Solidity](https://soliditylang.org/) is requisite.

```sh
$ yarn install
$ pnpm install
```

@@ -228,3 +228,3 @@

[MIT](./LICENSE.md) © Paul Razvan Berg
This project is licensed under MIT.

@@ -231,0 +231,0 @@ <!-- Links -->

Sorry, the diff of this file is not supported yet

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