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

@metamask/ethjs-query

Package Overview
Dependencies
Maintainers
12
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/ethjs-query - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

32

CHANGELOG.md

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

## [0.7.1]
### Changed
- Update `@metamask/ethjs-rpc` from `^0.3.1` to `^0.4.0` ([#43](https://github.com/MetaMask/ethjs-query/pull/43))
- Package migrated from babel 6 to 7
## [0.7.0]

@@ -23,2 +28,21 @@ ### Changed

## [0.5.3]
### Fixed
- Dependency range of `@metamask/ethjs-rpc` is now valid semver ([#40](https://github.com/MetaMask/ethjs-query/pull/40))
- This fixes an issues that affected yarn berry users.
## [0.5.2]
### Changed
- Bump `@metamask/ethjs-format` from `^0.2.8` to `^0.2.9` ([#38](https://github.com/MetaMask/ethjs-query/pull/38))
### Fixed
- Restrict `@metamask/ethjs-rpc` to `^0.3.0 !0.3.1` ([#38](https://github.com/MetaMask/ethjs-query/pull/38))
- Dependency update in `@metamask/ethjs-rpc@0.3.1` is not supposed to land prior to `0.6.0`
## [0.5.1]
### Changed
- Update from `ethjs-format@0.2.7`to `@metamask/ethjs-format@^0.2.8` ([#26](https://github.com/MetaMask/ethjs-query/pull/26))
- Update from `ethjs-rpc@0.2.0` to `@metamask/ethjs-rpc@^0.3.0` ([#22](https://github.com/MetaMask/ethjs-query/pull/22))
- Change examples to use `@metamask/` forks of `ethjs-` packages ([#29](https://github.com/MetaMask/ethjs-query/pull/29))
## [0.5.0]

@@ -171,5 +195,9 @@ ### Changed

[Unreleased]: https://github.com/MetaMask/ethjs-query/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/MetaMask/ethjs-query/compare/v0.7.1...HEAD
[0.7.1]: https://github.com/MetaMask/ethjs-query/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/MetaMask/ethjs-query/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/MetaMask/ethjs-query/compare/v0.5.0...v0.6.0
[0.6.0]: https://github.com/MetaMask/ethjs-query/compare/v0.5.3...v0.6.0
[0.5.3]: https://github.com/MetaMask/ethjs-query/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/MetaMask/ethjs-query/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/MetaMask/ethjs-query/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/MetaMask/ethjs-query/compare/v0.4.0...v0.5.0

@@ -176,0 +204,0 @@ [0.4.0]: https://github.com/MetaMask/ethjs-query/compare/v0.3.8...v0.4.0

4

package.json
{
"name": "@metamask/ethjs-query",
"version": "0.7.0",
"version": "0.7.1",
"description": "A simple query layer for the Ethereum RPC.",

@@ -122,3 +122,3 @@ "main": "lib/index.js",

"@metamask/ethjs-format": "^0.3.0",
"@metamask/ethjs-rpc": "^0.3.1",
"@metamask/ethjs-rpc": "^0.4.0",
"promise-to-callback": "^1.0.0"

@@ -125,0 +125,0 @@ },

Sorry, the diff of this file is too big to display

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