Socket
Socket
Sign inDemoInstall

@metamask/ppom-validator

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/ppom-validator - npm Package Compare versions

Comparing version 0.31.0 to 0.32.0

7

CHANGELOG.md

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

## [0.32.0]
### Changed
- Add support for blockaid validation in new networks ([#188](https://github.com/MetaMask/ppom-validator/pull/188))
## [0.31.0]

@@ -170,3 +174,4 @@ ### Changed

[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.31.0...HEAD
[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.32.0...HEAD
[0.32.0]: https://github.com/MetaMask/ppom-validator/compare/v0.31.0...v0.32.0
[0.31.0]: https://github.com/MetaMask/ppom-validator/compare/v0.30.0...v0.31.0

@@ -173,0 +178,0 @@ [0.30.0]: https://github.com/MetaMask/ppom-validator/compare/v0.29.0...v0.30.0

@@ -14,2 +14,6 @@ import type { JsonRpcParams } from '@metamask/utils';

OPBNB: string;
ZKSYNC: string;
SCROLL: string;
BERACHAIN: string;
METACHAIN_ONE: string;
};

@@ -16,0 +20,0 @@ export declare const blockaidValidationSupportedForNetwork: (chainId: string) => boolean;

@@ -46,2 +46,6 @@ "use strict";

OPBNB: '0xcc',
ZKSYNC: '0x144',
SCROLL: '0x82750',
BERACHAIN: '0x138d5',
METACHAIN_ONE: '0x1b6e6',
};

@@ -48,0 +52,0 @@ const blockaidValidationSupportedForNetwork = (chainId) => {

2

package.json
{
"name": "@metamask/ppom-validator",
"version": "0.31.0",
"version": "0.32.0",
"description": "This module has code to integrate Blockaid PPOM with MetaMask",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/MetaMask/ppom-validator#readme",

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