Socket
Socket
Sign inDemoInstall

@metamask/ppom-validator

Package Overview
Dependencies
Maintainers
12
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.26.0 to 0.27.0

7

CHANGELOG.md

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

## [0.27.0]
### Changed
- Support for new networks ([#161](https://github.com/MetaMask/ppom-validator/pull/161))
## [0.26.0]

@@ -150,3 +154,4 @@ ### Changed

[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.26.0...HEAD
[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.27.0...HEAD
[0.27.0]: https://github.com/MetaMask/ppom-validator/compare/v0.26.0...v0.27.0
[0.26.0]: https://github.com/MetaMask/ppom-validator/compare/v0.25.0...v0.26.0

@@ -153,0 +158,0 @@ [0.25.0]: https://github.com/MetaMask/ppom-validator/compare/v0.24.0...v0.25.0

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

LINEA_MAINNET: string;
BASE: string;
SEPOLIA: string;
};

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

@@ -43,2 +43,4 @@ "use strict";

LINEA_MAINNET: '0xe708',
BASE: '0x2105',
SEPOLIA: '0xaa36a7',
};

@@ -45,0 +47,0 @@ const blockaidValidationSupportedForNetwork = (chainId) => {

2

package.json
{
"name": "@metamask/ppom-validator",
"version": "0.26.0",
"version": "0.27.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