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

evm-bn

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evm-bn - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

7

CHANGELOG.md

@@ -8,2 +8,8 @@ # Changelog

## [1.1.1] - 2021-10-27
### Changed
- Semver from "^5.5.0" to "5.x" for `@ethersproject/bignumber` peer dependency.
## [1.1.0] - 2021-10-26

@@ -31,4 +37,5 @@

[1.1.1]: https://github.com/paulrberg/evm-bn/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/paulrberg/evm-bn/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/paulrberg/evm-bn/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/paulrberg/evm-bn/releases/tag/v1.0.0

4

package.json
{
"name": "evm-bn",
"description": "Convert fixed-point numbers to ethers big numbers and vice-versa",
"version": "1.1.0",
"version": "1.1.1",
"author": {

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

"peerDependencies": {
"@ethersproject/bignumber": "^5.5.0"
"@ethersproject/bignumber": "5.x"
},

@@ -60,0 +60,0 @@ "publishConfig": {

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