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.6.3 to 2.6.4

2

lib/controllers/RequestController/RequestController.d.ts

@@ -21,4 +21,4 @@ /// <reference types="node" />

get<Response>(url: string, searchParams?: Record<string, unknown>, options?: RequestOptions, abortSignal?: AbortController['signal']): Promise<Response>;
delete<Response>(url: string, searchParams?: Record<string, unknown>, options?: RequestOptions, abortSignal?: AbortController['signal']): Promise<Response>;
delete<Response, Body extends Record<string, unknown>>(url: string, searchParams?: Record<string, unknown>, body?: Body, options?: RequestOptions, abortSignal?: AbortController['signal']): Promise<Response>;
}
//# sourceMappingURL=RequestController.d.ts.map

@@ -169,3 +169,3 @@ "use strict";

};
RequestController.prototype.delete = function (url, searchParams, options, abortSignal) {
RequestController.prototype.delete = function (url, searchParams, body, options, abortSignal) {
return __awaiter(this, void 0, void 0, function () {

@@ -177,2 +177,3 @@ return __generator(this, function (_a) {

method: 'DELETE',
data: body,
headers: options === null || options === void 0 ? void 0 : options.headers,

@@ -179,0 +180,0 @@ signal: abortSignal,

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

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

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

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

export declare const LIB_VERSION = "2.6.3";
export declare const LIB_VERSION = "2.6.4";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LIB_VERSION = void 0;
exports.LIB_VERSION = "2.6.3";
exports.LIB_VERSION = "2.6.4";
//# sourceMappingURL=version.js.map
{
"name": "@moralisweb3/core",
"author": "Moralis",
"version": "2.6.3",
"version": "2.6.4",
"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