Socket
Socket
Sign inDemoInstall

@moralisweb3/evm-utils

Package Overview
Dependencies
Maintainers
7
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moralisweb3/evm-utils - npm Package Compare versions

Comparing version 2.7.4 to 2.8.0

3

lib/index.d.ts

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

export * from './dataTypes';
export * from './MoralisEvmUtils';
export * from '@moralisweb3/common-evm-utils';
//# sourceMappingURL=index.d.ts.map

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

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./dataTypes"), exports);
__exportStar(require("./MoralisEvmUtils"), exports);
__exportStar(require("@moralisweb3/common-evm-utils"), exports);
// eslint-disable-next-line no-console
console.warn('moralis: @moralisweb3/evm-utils package is depreciated. Please use @moralisweb3/common-evm-utils instead');
//# sourceMappingURL=index.js.map
{
"name": "@moralisweb3/evm-utils",
"author": "Moralis",
"version": "2.7.4",
"version": "2.8.0",
"license": "MIT",

@@ -14,20 +14,11 @@ "private": false,

"scripts": {
"test": "yarn jest --runInBand --detectOpenHandles --forceExit --ci",
"test:coverage": "yarn run test --coverage --coverageReporters json-summary",
"test:watch": "yarn run test --watch",
"lint": "eslint . --ext .js,.ts,.tsx,jsx",
"clean": "rm -rf lib && rm -rf tsconfig.tsbuildinfo && rm -rf tsconfig.build.tsbuildinfo && rm -rf ./node_modules/.cache/nx",
"build": "tsc -p tsconfig.build.json",
"dev": "tsc --watch"
"build": "tsc -p tsconfig.build.json"
},
"devDependencies": {
"openapi-typescript": "^5.2.0",
"prettier": "^2.5.1",
"typescript": "^4.5.5"
},
"dependencies": {
"@ethersproject/address": "^5.6.0",
"@ethersproject/transactions": "^5.6.0",
"@moralisweb3/core": "^2.7.4"
"@moralisweb3/common-evm-utils": "^2.8.0"
}
}
# @moralisweb3/evm-utils
🚨 This package is depreciated. Please use the `@moralisweb3/common-evm-utils` package instead.

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