Socket
Socket
Sign inDemoInstall

@metamask/phishing-controller

Package Overview
Dependencies
Maintainers
8
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 1.1.0 to 1.1.1

20

CHANGELOG.md

@@ -9,9 +9,14 @@ # Changelog

## [1.1.1]
### Changed
- Rename this repository to `core` ([#1031](https://github.com/MetaMask/controllers/pull/1031))
- Update `@metamask/controller-utils` package ([#1041](https://github.com/MetaMask/controllers/pull/1041))
## [1.1.0]
### Added
- Add method to conditionally update the phishing lists ([#986](https://github.com/MetaMask/controllers/pull/986))
- Add method to conditionally update the phishing lists ([#986](https://github.com/MetaMask/core/pull/986))
### Changed
- Relax dependencies on `@metamask/base-controller` and `@metamask/controller-utils` (use `^` instead of `~`) ([#998](https://github.com/MetaMask/controllers/pull/998))
- Expose `lastFetched` in PhishingController state ([#986](https://github.com/MetaMask/controllers/pull/986))
- Relax dependencies on `@metamask/base-controller` and `@metamask/controller-utils` (use `^` instead of `~`) ([#998](https://github.com/MetaMask/core/pull/998))
- Expose `lastFetched` in PhishingController state ([#986](https://github.com/MetaMask/core/pull/986))

@@ -21,3 +26,3 @@ ## [1.0.0]

- Initial release
- As a result of converting our shared controllers repo into a monorepo ([#831](https://github.com/MetaMask/controllers/pull/831)), we've created this package from select parts of [`@metamask/controllers` v33.0.0](https://github.com/MetaMask/controllers/tree/v33.0.0), namely:
- As a result of converting our shared controllers repo into a monorepo ([#831](https://github.com/MetaMask/core/pull/831)), we've created this package from select parts of [`@metamask/controllers` v33.0.0](https://github.com/MetaMask/core/tree/v33.0.0), namely:
- `src/third-party/PhishingController.ts`

@@ -28,4 +33,5 @@ - `src/third-party/PhishingController.test.ts`

[Unreleased]: https://github.com/MetaMask/controllers/compare/@metamask/phishing-controller@1.1.0...HEAD
[1.1.0]: https://github.com/MetaMask/controllers/compare/@metamask/phishing-controller@1.0.0...@metamask/phishing-controller@1.1.0
[1.0.0]: https://github.com/MetaMask/controllers/releases/tag/@metamask/phishing-controller@1.0.0
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@1.1.1...HEAD
[1.1.1]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@1.1.0...@metamask/phishing-controller@1.1.1
[1.1.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@1.0.0...@metamask/phishing-controller@1.1.0
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/phishing-controller@1.0.0
{
"name": "@metamask/phishing-controller",
"version": "1.1.0",
"version": "1.1.1",
"description": "Maintains a periodically updated list of approved and unapproved website origins",

@@ -9,9 +9,9 @@ "keywords": [

],
"homepage": "https://github.com/MetaMask/controllers/tree/main/packages/phishing-controller#readme",
"homepage": "https://github.com/MetaMask/core/tree/main/packages/phishing-controller#readme",
"bugs": {
"url": "https://github.com/MetaMask/controllers/issues"
"url": "https://github.com/MetaMask/core/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/controllers.git"
"url": "https://github.com/MetaMask/core.git"
},

@@ -33,4 +33,4 @@ "license": "MIT",

"dependencies": {
"@metamask/base-controller": "^1.1.1",
"@metamask/controller-utils": "^1.0.0",
"@metamask/base-controller": "^1.1.2",
"@metamask/controller-utils": "^2.0.0",
"@types/punycode": "^2.1.0",

@@ -37,0 +37,0 @@ "eth-phishing-detect": "^1.2.0",

@@ -15,2 +15,2 @@ # `@metamask/phishing-controller`

This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/controllers#readme).
This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/core#readme).
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