Socket
Socket
Sign inDemoInstall

@moralisweb3/sol-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/sol-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 './MoralisSolUtils';
export * from '@moralisweb3/common-sol-utils';
//# sourceMappingURL=index.d.ts.map

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

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

@@ -14,19 +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": {
"@moralisweb3/core": "^2.7.4",
"@solana/web3.js": "^1.56.2"
"@moralisweb3/common-sol-utils": "^2.8.0"
}
}
# @moralisweb3/sol-utils
🚨 This package is depreciated. Please use the `@moralisweb3/common-sol-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