Socket
Socket
Sign inDemoInstall

@metamask/phishing-controller

Package Overview
Dependencies
Maintainers
9
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/phishing-controller - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

7

CHANGELOG.md

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

## [5.0.0]
### Changed
- **BREAKING:** Bump to Node 16 ([#1262](https://github.com/MetaMask/core/pull/1262))
## [4.0.0]

@@ -70,3 +74,4 @@ ### Changed

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@4.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@5.0.0...HEAD
[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@4.0.0...@metamask/phishing-controller@5.0.0
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@3.0.0...@metamask/phishing-controller@4.0.0

@@ -73,0 +78,0 @@ [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@2.0.0...@metamask/phishing-controller@3.0.0

14

package.json
{
"name": "@metamask/phishing-controller",
"version": "4.0.0",
"version": "5.0.0",
"description": "Maintains a periodically updated list of approved and unapproved website origins",

@@ -32,4 +32,4 @@ "keywords": [

"dependencies": {
"@metamask/base-controller": "^2.0.0",
"@metamask/controller-utils": "^3.1.0",
"@metamask/base-controller": "^3.0.0",
"@metamask/controller-utils": "^4.0.0",
"@types/punycode": "^2.1.0",

@@ -41,8 +41,8 @@ "eth-phishing-detect": "^1.2.0",

"@metamask/auto-changelog": "^3.1.0",
"@types/jest": "^26.0.22",
"@types/jest": "^27.4.1",
"deepmerge": "^4.2.2",
"jest": "^26.4.2",
"jest": "^27.5.1",
"nock": "^13.0.7",
"sinon": "^9.2.4",
"ts-jest": "^26.5.2",
"ts-jest": "^27.1.4",
"typedoc": "^0.22.15",

@@ -53,3 +53,3 @@ "typedoc-plugin-missing-exports": "^0.22.6",

"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
},

@@ -56,0 +56,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