Socket
Socket
Sign inDemoInstall

@moralisweb3/core

Package Overview
Dependencies
Maintainers
8
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.0.0-beta.7 to 2.0.0-beta.8

1

lib/Error/ErrorCode.d.ts

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

CONFIG_KEY_ALREADY_EXIST = "C0015",
INVALID_DATA = "C0016",
BIG_NUMBER_ERROR = "C0500",

@@ -19,0 +20,0 @@ NOT_IMPLEMENTED = "C9000"

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

CoreErrorCode["CONFIG_KEY_ALREADY_EXIST"] = "C0015";
CoreErrorCode["INVALID_DATA"] = "C0016";
CoreErrorCode["BIG_NUMBER_ERROR"] = "C0500";

@@ -27,0 +28,0 @@ CoreErrorCode["NOT_IMPLEMENTED"] = "C9000";

2

lib/MoralisCore.d.ts

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

readonly name = "core";
static readonly libVersion = "2.0.0-beta.7";
static readonly libVersion = "2.0.0-beta.8";
constructor(modules: Modules, config: Config, logger: LoggerController);

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

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

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

@@ -6,0 +6,0 @@ "private": false,

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