@metamask/eth-json-rpc-provider
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -9,2 +9,6 @@ # Changelog | ||
## [2.2.0] | ||
### Changed | ||
- Add missing ISC license information ([#24](https://github.com/MetaMask/eth-json-rpc-provider/pull/24)) | ||
## [2.1.0] | ||
@@ -39,3 +43,4 @@ ### Changed | ||
[Unreleased]: https://github.com/MetaMask/eth-json-rpc-provider/compare/v2.1.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/eth-json-rpc-provider/compare/v2.2.0...HEAD | ||
[2.2.0]: https://github.com/MetaMask/eth-json-rpc-provider/compare/v2.1.0...v2.2.0 | ||
[2.1.0]: https://github.com/MetaMask/eth-json-rpc-provider/compare/v2.0.0...v2.1.0 | ||
@@ -42,0 +47,0 @@ [2.0.0]: https://github.com/MetaMask/eth-json-rpc-provider/compare/v1.0.1...v2.0.0 |
{ | ||
"name": "@metamask/eth-json-rpc-provider", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Create an Ethereum provider using a JSON-RPC engine or middleware", | ||
@@ -9,2 +9,3 @@ "repository": { | ||
}, | ||
"license": "ISC", | ||
"main": "dist/index.js", | ||
@@ -34,31 +35,33 @@ "types": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@lavamoat/allow-scripts": "^2.0.3", | ||
"@lavamoat/allow-scripts": "^2.3.1", | ||
"@metamask/auto-changelog": "^3.1.0", | ||
"@metamask/eslint-config": "^11.0.1", | ||
"@metamask/eslint-config-jest": "^11.0.0", | ||
"@metamask/eslint-config-nodejs": "^11.0.1", | ||
"@metamask/eslint-config-typescript": "^11.0.0", | ||
"@metamask/eslint-config": "^12.2.0", | ||
"@metamask/eslint-config-jest": "^12.0.0", | ||
"@metamask/eslint-config-nodejs": "^12.0.0", | ||
"@metamask/eslint-config-typescript": "^12.0.0", | ||
"@types/jest": "^28.1.6", | ||
"@types/node": "^16.18.39", | ||
"@typescript-eslint/eslint-plugin": "^5.43.0", | ||
"@typescript-eslint/parser": "^5.43.0", | ||
"@types/node": "^16.18.24", | ||
"@typescript-eslint/eslint-plugin": "^5.30.7", | ||
"@typescript-eslint/parser": "^5.30.7", | ||
"depcheck": "^1.4.3", | ||
"eslint": "^8.27.0", | ||
"eslint": "^8.44.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-import-resolver-typescript": "^2.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jest": "^27.1.5", | ||
"eslint-plugin-jsdoc": "^39.6.2", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-jsdoc": "^39.3.3", | ||
"eslint-plugin-n": "^15.7.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"jest": "^28.1.3", | ||
"jest-it-up": "^2.0.2", | ||
"prettier": "^2.7.1", | ||
"prettier-plugin-packagejson": "^2.3.0", | ||
"prettier-plugin-packagejson": "^2.2.17", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^28.0.7", | ||
"ts-node": "^10.7.0", | ||
"ts-node": "^10.9.1", | ||
"typedoc": "^0.23.15", | ||
"typescript": "~4.8.4" | ||
}, | ||
"packageManager": "yarn@3.2.1", | ||
"packageManager": "yarn@3.3.0", | ||
"engines": { | ||
@@ -65,0 +68,0 @@ "node": "^16.20 || ^18.16 || >=20" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
24191
16
0
14
29