New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@elastic.io/component-commons-library

Package Overview
Dependencies
Maintainers
12
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elastic.io/component-commons-library - npm Package Compare versions

Comparing version 3.1.4 to 3.1.5-dev.1

5

package.json
{
"name": "@elastic.io/component-commons-library",
"version": "3.1.4",
"version": "3.1.5-dev.1",
"description": "Library for most common component development cases",

@@ -22,2 +22,3 @@ "author": {

"scripts": {
"audit": "better-npm-audit audit --level high --production",
"lint": "eslint --ext .ts --quiet --fix",

@@ -32,3 +33,3 @@ "pretest": "rm -rf dist && eslint --ext .ts --quiet --fix && find src spec spec-integration -name \"*.js\" -type f -delete",

"@elastic.io/jsonata-moment": "1.1.5",
"@elastic.io/maester-client": "4.0.3",
"@elastic.io/maester-client": "5.0.1",
"@elastic.io/ntlm-client": "1.0.0",

@@ -35,0 +36,0 @@ "async": "3.2.3",

3

src/attachment/AttachmentProcessor.ts

@@ -83,4 +83,3 @@ /* eslint-disable class-methods-use-this */

const maesterAttachmentId = this.getMaesterAttachmentIdByUrl(url);
const response = await objectStorage.getOne(maesterAttachmentId, { responseType });
return { data: response };
return objectStorage.getOne(maesterAttachmentId, { responseType });
}

@@ -87,0 +86,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