Socket
Socket
Sign inDemoInstall

@moralisweb3/common-aptos-utils

Package Overview
Dependencies
Maintainers
8
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moralisweb3/common-aptos-utils - npm Package Compare versions

Comparing version 2.14.3 to 2.15.0

lib/cjs/index.cjs

38

package.json
{
"name": "@moralisweb3/common-aptos-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,

@@ -15,5 +31,2 @@ "moralis": {

},
"files": [
"lib/*"
],
"scripts": {

@@ -24,4 +37,4 @@ "test": "jest --runInBand --detectOpenHandles --forceExit --ci",

"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",
"clean": "rm -rf lib && rm -rf ./node_modules/.cache/nx",
"build": "rollup -c",
"dev": "tsc --watch"

@@ -31,9 +44,16 @@ },

"@moralisweb3/eslint-config": "^1.0.2",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"jest": "29.3.1",
"openapi-typescript": "^5.2.0"
"openapi-typescript": "^5.2.0",
"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"
},
"dependencies": {
"@moralisweb3/common-core": "^2.14.3",
"@moralisweb3/common-core": "^2.15.0",
"@noble/hashes": "^1.2.0"
}
}

Sorry, the diff of this file is too big to display

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