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 2.0.0 to 3.0.0

8

CHANGELOG.md

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

## [3.0.0]
### Removed
- **BREAKING:** Remove `isomorphic-fetch` ([#1106](https://github.com/MetaMask/controllers/pull/1106))
- Consumers must now import `isomorphic-fetch` or another polyfill themselves if they are running in an environment without `fetch`
## [2.0.0]

@@ -56,3 +61,4 @@ ### Changed

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

@@ -59,0 +65,0 @@ [1.1.2]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@1.1.1...@metamask/phishing-controller@1.1.2

1

dist/index.d.ts

@@ -1,2 +0,1 @@

import 'isomorphic-fetch';
export * from './PhishingController';

@@ -17,4 +17,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
require("isomorphic-fetch");
__exportStar(require("./PhishingController"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@metamask/phishing-controller",
"version": "2.0.0",
"version": "3.0.0",
"description": "Maintains a periodically updated list of approved and unapproved website origins",

@@ -32,7 +32,6 @@ "keywords": [

"dependencies": {
"@metamask/base-controller": "^1.1.2",
"@metamask/controller-utils": "^2.0.0",
"@metamask/base-controller": "^2.0.0",
"@metamask/controller-utils": "^3.0.0",
"@types/punycode": "^2.1.0",
"eth-phishing-detect": "^1.2.0",
"isomorphic-fetch": "^3.0.0",
"punycode": "^2.1.1"

@@ -39,0 +38,0 @@ },

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