Socket
Socket
Sign inDemoInstall

@moralisweb3/evm-utils

Package Overview
Dependencies
Maintainers
8
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.14.3 to 2.15.0

lib/cjs/index.cjs

1

lib/index.d.ts
export * from '@moralisweb3/common-evm-utils';
//# sourceMappingURL=index.d.ts.map
{
"name": "@moralisweb3/evm-utils",
"author": "Moralis",
"version": "2.14.3",
"version": "2.15.0",
"license": "MIT",
"main": "./lib/index.js",
"type": "module",
"main": "./lib/esm/index.js",
"types": "./lib/index.d.ts",
"typings": "./lib/index.d.ts",
"exports": {
".": {
"types": {
"default": "./lib/index.d.ts"
},
"default": {
"require": "./lib/cjs/index.cjs",
"default": "./lib/esm/index.js"
}
}
},
"files": [
"lib/*"
],
"sideEffects": false,

@@ -16,12 +32,18 @@ "moralis": {

},
"files": [
"lib/*"
],
"scripts": {
"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"
"clean": "rm -rf lib && rm -rf ./node_modules/.cache/nx",
"build": "rollup -c"
},
"dependencies": {
"@moralisweb3/common-evm-utils": "^2.14.3"
"@moralisweb3/common-evm-utils": "^2.15.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"rollup": "^3.10.1",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-dts": "^5.2.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-typescript2": "^0.34.1"
}
}
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