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.0.3-dev.13 to 3.0.3-dev.14

2

dist/package.json
{
"name": "@elastic.io/component-commons-library",
"version": "3.0.3-dev.11",
"version": "3.0.3-dev.14",
"description": "Library for most common component development cases",

@@ -5,0 +5,0 @@ "author": {

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

import { PlatformApiLogicClient } from '../platformApi/PlatformApiLogicClient';
export declare class FacelessRestClient {

@@ -7,4 +8,4 @@ emitter: any;

private accessToken;
private logger;
private platformClient;
logger: any;
platformClient: PlatformApiLogicClient;
constructor(emitter: any, cfg: any, userAgent?: string, msgId?: string);

@@ -11,0 +12,0 @@ protected addAuthenticationToRequestOptions(requestOptions: any): Promise<void>;

{
"name": "@elastic.io/component-commons-library",
"version": "3.0.3-dev.13",
"version": "3.0.3-dev.14",
"description": "Library for most common component development cases",

@@ -5,0 +5,0 @@ "author": {

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