Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@elastic.io/maester-client

Package Overview
Dependencies
Maintainers
10
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elastic.io/maester-client - npm Package Compare versions

Comparing version 3.4.3-dev.2 to 3.4.3

6

package.json
{
"name": "@elastic.io/maester-client",
"version": "3.4.3-dev.2",
"version": "3.4.3",
"description": "The official object-storage client",

@@ -54,3 +54,3 @@ "main": "dist/src/index.js",

"dependencies": {
"@elastic.io/bunyan-logger": "1.0.6",
"@elastic.io/bunyan-logger": "1.0.8",
"@types/sinon": "10.0.0",

@@ -61,2 +61,2 @@ "axios": "0.26.1",

}
}
}
/* eslint-disable max-len */
import 'mocha';
// import { getLogger } from '@elastic.io/component-commons-library/dist/src/logger/logger';
import chai from 'chai';
import nock from 'nock';
import sinon from 'sinon';
import bunyan from '@elastic.io/bunyan-logger';
import { ObjectStorageWrapper, MAESTER_MAX_SUPPORTED_COUNT_OF_QUERY_HEADERS } from '../src/ObjectStorageWrapper';

@@ -64,3 +64,3 @@

context = {
logger: { info: () => { }, debug: () => { } },
logger: bunyan.createLogger({ name: 'dummy' }),
emit: sinon.spy(),

@@ -67,0 +67,0 @@ };

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