Socket
Socket
Sign inDemoInstall

@metamask/metamask-eth-abis

Package Overview
Dependencies
Maintainers
12
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/metamask-eth-abis - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

3

dist/index.d.ts
import { abiERC20 } from './abis/abiERC20';
import { abiERC721 } from './abis/abiERC721';
import { abiERC1155 } from './abis/abiERC1155';
export { abiERC20, abiERC721, abiERC1155 };
import { abiFiatTokenV2 } from './abis/fiatTokenV2';
export { abiERC20, abiERC721, abiERC1155, abiFiatTokenV2 };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.abiERC1155 = exports.abiERC721 = exports.abiERC20 = void 0;
exports.abiFiatTokenV2 = exports.abiERC1155 = exports.abiERC721 = exports.abiERC20 = void 0;
const abiERC20_1 = require("./abis/abiERC20");

@@ -10,2 +10,4 @@ Object.defineProperty(exports, "abiERC20", { enumerable: true, get: function () { return abiERC20_1.abiERC20; } });

Object.defineProperty(exports, "abiERC1155", { enumerable: true, get: function () { return abiERC1155_1.abiERC1155; } });
const fiatTokenV2_1 = require("./abis/fiatTokenV2");
Object.defineProperty(exports, "abiFiatTokenV2", { enumerable: true, get: function () { return fiatTokenV2_1.abiFiatTokenV2; } });
//# sourceMappingURL=index.js.map
{
"name": "@metamask/metamask-eth-abis",
"version": "3.1.0",
"version": "3.1.1",
"description": "The MetaMask Node module for smart contracts ABIs.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/MetaMask/metamask-eth-abis#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