New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@metamask-previews/gas-fee-controller

Package Overview
Dependencies
Maintainers
2
Versions
541
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask-previews/gas-fee-controller - npm Package Compare versions

Comparing version 15.0.0-preview-fb52b9eb to 15.1.0-preview-cb17e99

dist/chunk-JVVQPARV.js

13

CHANGELOG.md

@@ -10,2 +10,12 @@ # Changelog

## [15.1.0]
### Added
- Add nonRPCGasFeeApisDisabled property to the gas fee controller, allowing the user to specify that they want to prevent network request to gas estimate services, and only want gas estimates to be based on rpc requests (eth_feeHistory and eth_gasPrice) to the provider. ([#4094](https://github.com/MetaMask/core.git/pull/4094))
### Fixed
- Fix GasFeeController incorrectly setting globally selected state, so that state is only updated if the gasFeeEstimate fetched is for the currently selected network ([#4214](https://github.com/MetaMask/core.git/pull/4214))
## [15.0.0]

@@ -253,3 +263,4 @@

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@15.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@15.1.0...HEAD
[15.1.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@15.0.0...@metamask/gas-fee-controller@15.1.0
[15.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@14.0.1...@metamask/gas-fee-controller@15.0.0

@@ -256,0 +267,0 @@ [14.0.1]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@14.0.0...@metamask/gas-fee-controller@14.0.1

4

dist/determineGasFeeCalculations.js
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk2AQW4RMCjs = require('./chunk-2AQW4RMC.js');
var _chunkJVVQPARVjs = require('./chunk-JVVQPARV.js');
require('./chunk-Q2YPK5SL.js');
exports.default = _chunk2AQW4RMCjs.determineGasFeeCalculations;
exports.default = _chunkJVVQPARVjs.determineGasFeeCalculations;
//# sourceMappingURL=determineGasFeeCalculations.js.map

@@ -6,3 +6,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});

var _chunk2AQW4RMCjs = require('./chunk-2AQW4RMC.js');
var _chunkJVVQPARVjs = require('./chunk-JVVQPARV.js');
require('./chunk-Q2YPK5SL.js');

@@ -14,3 +14,3 @@

exports.GAS_API_BASE_URL = _chunk2AQW4RMCjs.GAS_API_BASE_URL; exports.GAS_ESTIMATE_TYPES = _chunk2AQW4RMCjs.GAS_ESTIMATE_TYPES; exports.GasFeeController = _chunk2AQW4RMCjs.GasFeeController; exports.default = _chunk2AQW4RMCjs.GasFeeController_default;
exports.GAS_API_BASE_URL = _chunkJVVQPARVjs.GAS_API_BASE_URL; exports.GAS_ESTIMATE_TYPES = _chunkJVVQPARVjs.GAS_ESTIMATE_TYPES; exports.GasFeeController = _chunkJVVQPARVjs.GasFeeController; exports.default = _chunkJVVQPARVjs.GasFeeController_default;
//# sourceMappingURL=GasFeeController.js.map

@@ -5,3 +5,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});

var _chunk2AQW4RMCjs = require('./chunk-2AQW4RMC.js');
var _chunkJVVQPARVjs = require('./chunk-JVVQPARV.js');
require('./chunk-Q2YPK5SL.js');

@@ -12,3 +12,3 @@

exports.GAS_API_BASE_URL = _chunk2AQW4RMCjs.GAS_API_BASE_URL; exports.GAS_ESTIMATE_TYPES = _chunk2AQW4RMCjs.GAS_ESTIMATE_TYPES; exports.GasFeeController = _chunk2AQW4RMCjs.GasFeeController;
exports.GAS_API_BASE_URL = _chunkJVVQPARVjs.GAS_API_BASE_URL; exports.GAS_ESTIMATE_TYPES = _chunkJVVQPARVjs.GAS_ESTIMATE_TYPES; exports.GasFeeController = _chunkJVVQPARVjs.GasFeeController;
//# sourceMappingURL=index.js.map
{
"name": "@metamask-previews/gas-fee-controller",
"version": "15.0.0-preview-fb52b9eb",
"version": "15.1.0-preview-cb17e99",
"description": "Periodically calculates gas fee estimates based on various gas limits as well as other data displayed on transaction confirm screens",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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