Socket
Socket
Sign inDemoInstall

@metamask/rpc-errors

Package Overview
Dependencies
Maintainers
12
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/rpc-errors - npm Package Compare versions

Comparing version 6.0.0 to 6.1.0

10

CHANGELOG.md

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

## [6.1.0]
### Changed
- Update dependency `@metamask/utils` from `^8.0.0` to `^8.1.0` ([#108](https://github.com/MetaMask/rpc-errors/pull/108))
### Fixed
- Exclude `dist/__fixtures__` files from published package ([#114](https://github.com/MetaMask/rpc-errors/pull/114))
## [6.0.0]

@@ -126,3 +133,4 @@ ### Changed

[Unreleased]: https://github.com/MetaMask/rpc-errors/compare/v6.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/rpc-errors/compare/v6.1.0...HEAD
[6.1.0]: https://github.com/MetaMask/rpc-errors/compare/v6.0.0...v6.1.0
[6.0.0]: https://github.com/MetaMask/rpc-errors/compare/v5.1.1...v6.0.0

@@ -129,0 +137,0 @@ [5.1.1]: https://github.com/MetaMask/rpc-errors/compare/v5.1.0...v5.1.1

25

package.json
{
"name": "@metamask/rpc-errors",
"version": "6.0.0",
"version": "6.1.0",
"description": "Ethereum RPC and Provider errors.",

@@ -24,3 +24,4 @@ "keywords": [

"files": [
"dist"
"dist",
"!dist/__fixtures__"
],

@@ -31,5 +32,7 @@ "scripts": {

"build:docs": "typedoc",
"lint": "yarn lint:eslint && yarn lint:misc --check",
"lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:dependencies --check && yarn lint:changelog",
"lint:changelog": "auto-changelog validate",
"lint:dependencies": "depcheck && yarn dedupe",
"lint:eslint": "eslint . --cache --ext js,ts",
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write && yarn lint:dependencies",
"lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern",

@@ -41,8 +44,9 @@ "prepack": "./scripts/prepack.sh",

"dependencies": {
"@metamask/utils": "^8.0.0",
"@metamask/utils": "^8.1.0",
"fast-safe-stringify": "^2.0.6"
},
"devDependencies": {
"@lavamoat/allow-scripts": "^2.0.3",
"@metamask/auto-changelog": "^2.3.0",
"@lavamoat/allow-scripts": "^2.3.1",
"@lavamoat/preinstall-always-fail": "^1.0.0",
"@metamask/auto-changelog": "^3.2.0",
"@metamask/eslint-config": "^11.1.0",

@@ -55,2 +59,3 @@ "@metamask/eslint-config-jest": "^11.1.0",

"@typescript-eslint/parser": "^5.42.1",
"depcheck": "^1.4.5",
"eslint": "^8.27.0",

@@ -63,3 +68,2 @@ "eslint-config-prettier": "^8.5.0",

"eslint-plugin-prettier": "^4.2.1",
"fast-deep-equal": "^2.0.1",
"jest": "^28.1.3",

@@ -80,3 +84,8 @@ "jest-it-up": "^2.0.2",

"registry": "https://registry.npmjs.org/"
},
"lavamoat": {
"allowScripts": {
"@lavamoat/preinstall-always-fail": false
}
}
}
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