Socket
Socket
Sign inDemoInstall

@moralisweb3/core

Package Overview
Dependencies
Maintainers
7
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moralisweb3/core - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

4

lib/dataTypes/BigNumber/BigNumber.d.ts
import { BigNumberPrimitive } from './BigNumberParser';
/**
* Valid input for a new BigNumber instance.
* This can be an existing {@link BigNumber} or a valid {@link BigNumberPrimitive} type
*/
export declare type BigNumberish = BigNumber | BigNumberPrimitive;

@@ -3,0 +7,0 @@ export declare class BigNumber {

@@ -0,1 +1,4 @@

/**
* Valid input types for a BigNumber. This can be a number, string, or bigint.
*/
export declare type BigNumberPrimitive = number | string | bigint;

@@ -2,0 +5,0 @@ export declare class BigNumberParser {

@@ -25,2 +25,3 @@ export declare enum CoreErrorCode {

API_KEY_NOT_SET = "A0003",
NOT_FOUND = "A0404",
NOT_IMPLEMENTED = "A9000"

@@ -27,0 +28,0 @@ }

@@ -34,2 +34,3 @@ "use strict";

ApiErrorCode["API_KEY_NOT_SET"] = "A0003";
ApiErrorCode["NOT_FOUND"] = "A0404";
ApiErrorCode["NOT_IMPLEMENTED"] = "A9000";

@@ -36,0 +37,0 @@ })(ApiErrorCode = exports.ApiErrorCode || (exports.ApiErrorCode = {}));

1

lib/index.d.ts

@@ -8,3 +8,2 @@ import { MoralisCore } from './MoralisCore';

export * from './Assert';
export * from './State';
export * from './dataTypes';

@@ -11,0 +10,0 @@ export * from './controllers';

@@ -24,3 +24,2 @@ "use strict";

__exportStar(require("./Assert"), exports);
__exportStar(require("./State"), exports);
__exportStar(require("./dataTypes"), exports);

@@ -27,0 +26,0 @@ __exportStar(require("./controllers"), exports);

@@ -21,3 +21,3 @@ import { Module, ModuleFactory } from './Modules/Module';

readonly name = "core";
static readonly libVersion = "2.1.1";
static readonly libVersion = "2.2.0";
constructor(modules: Modules, config: Config, logger: LoggerController);

@@ -24,0 +24,0 @@ /**

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

export declare const LIB_VERSION = "2.1.1";
export declare const LIB_VERSION = "2.2.0";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LIB_VERSION = void 0;
exports.LIB_VERSION = "2.1.1";
exports.LIB_VERSION = "2.2.0";
//# sourceMappingURL=version.js.map
{
"name": "@moralisweb3/core",
"author": "Moralis",
"version": "2.1.1",
"version": "2.2.0",
"license": "MIT",

@@ -31,3 +31,2 @@ "private": false,

"dependencies": {
"@xstate/fsm": "^2.0.0",
"axios": "^0.27.2",

@@ -34,0 +33,0 @@ "eventemitter3": "^4.0.7",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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