Socket
Socket
Sign inDemoInstall

@opentelemetry/resources

Package Overview
Dependencies
Maintainers
2
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/resources - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

build/esm/detectors/HostDetector.d.ts

4

build/esm/detectors/index.d.ts

@@ -0,4 +1,6 @@

export * from './BrowserDetector';
export * from './EnvDetector';
export * from './OSDetector';
export * from './HostDetector';
export * from './ProcessDetector';
export * from './BrowserDetector';
//# sourceMappingURL=index.d.ts.map

@@ -16,5 +16,7 @@ /*

*/
export * from './BrowserDetector';
export * from './EnvDetector';
export * from './OSDetector';
export * from './HostDetector';
export * from './ProcessDetector';
export * from './BrowserDetector';
//# sourceMappingURL=index.js.map
import { Resource } from './Resource';
import { ResourceDetectionConfig } from './config';
/** Interface for Resource attributes */
export interface ResourceAttributes {
[key: string]: number | string | boolean;
}
import { SpanAttributes } from '@opentelemetry/api';
/**
* Interface for Resource attributes.
* General `Attributes` interface is added in api v1.1.0.
* To backward support older api (1.0.x), the deprecated `SpanAttributes` is used here.
*/
export declare type ResourceAttributes = SpanAttributes;
/**
* Interface for a Resource Detector. In order to detect resources in parallel

@@ -9,0 +12,0 @@ * a detector returns a Promise containing a Resource.

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

export declare const VERSION = "1.2.0";
export declare const VERSION = "1.3.0";
//# sourceMappingURL=version.d.ts.map

@@ -17,3 +17,3 @@ /*

// this is autogenerated file, see scripts/version-update.js
export var VERSION = '1.2.0';
export var VERSION = '1.3.0';
//# sourceMappingURL=version.js.map

@@ -0,4 +1,6 @@

export * from './BrowserDetector';
export * from './EnvDetector';
export * from './OSDetector';
export * from './HostDetector';
export * from './ProcessDetector';
export * from './BrowserDetector';
//# sourceMappingURL=index.d.ts.map

@@ -16,5 +16,7 @@ /*

*/
export * from './BrowserDetector';
export * from './EnvDetector';
export * from './OSDetector';
export * from './HostDetector';
export * from './ProcessDetector';
export * from './BrowserDetector';
//# sourceMappingURL=index.js.map
import { Resource } from './Resource';
import { ResourceDetectionConfig } from './config';
/** Interface for Resource attributes */
export interface ResourceAttributes {
[key: string]: number | string | boolean;
}
import { SpanAttributes } from '@opentelemetry/api';
/**
* Interface for Resource attributes.
* General `Attributes` interface is added in api v1.1.0.
* To backward support older api (1.0.x), the deprecated `SpanAttributes` is used here.
*/
export declare type ResourceAttributes = SpanAttributes;
/**
* Interface for a Resource Detector. In order to detect resources in parallel

@@ -9,0 +12,0 @@ * a detector returns a Promise containing a Resource.

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

export declare const VERSION = "1.2.0";
export declare const VERSION = "1.3.0";
//# sourceMappingURL=version.d.ts.map

@@ -17,3 +17,3 @@ /*

// this is autogenerated file, see scripts/version-update.js
export const VERSION = '1.2.0';
export const VERSION = '1.3.0';
//# sourceMappingURL=version.js.map

@@ -0,4 +1,6 @@

export * from './BrowserDetector';
export * from './EnvDetector';
export * from './OSDetector';
export * from './HostDetector';
export * from './ProcessDetector';
export * from './BrowserDetector';
//# sourceMappingURL=index.d.ts.map

@@ -28,5 +28,7 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./BrowserDetector"), exports);
__exportStar(require("./EnvDetector"), exports);
__exportStar(require("./OSDetector"), exports);
__exportStar(require("./HostDetector"), exports);
__exportStar(require("./ProcessDetector"), exports);
__exportStar(require("./BrowserDetector"), exports);
//# sourceMappingURL=index.js.map
import { Resource } from './Resource';
import { ResourceDetectionConfig } from './config';
/** Interface for Resource attributes */
export interface ResourceAttributes {
[key: string]: number | string | boolean;
}
import { SpanAttributes } from '@opentelemetry/api';
/**
* Interface for Resource attributes.
* General `Attributes` interface is added in api v1.1.0.
* To backward support older api (1.0.x), the deprecated `SpanAttributes` is used here.
*/
export declare type ResourceAttributes = SpanAttributes;
/**
* Interface for a Resource Detector. In order to detect resources in parallel

@@ -9,0 +12,0 @@ * a detector returns a Promise containing a Resource.

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

export declare const VERSION = "1.2.0";
export declare const VERSION = "1.3.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '1.2.0';
exports.VERSION = '1.3.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/resources",
"version": "1.2.0",
"version": "1.3.0",
"description": "OpenTelemetry SDK resources",

@@ -80,3 +80,3 @@ "main": "build/src/index.js",

"sinon": "12.0.1",
"ts-mocha": "8.0.0",
"ts-mocha": "9.0.2",
"typescript": "4.4.4",

@@ -91,6 +91,6 @@ "webpack": "4.46.0",

"dependencies": {
"@opentelemetry/core": "1.2.0",
"@opentelemetry/semantic-conventions": "1.2.0"
"@opentelemetry/core": "1.3.0",
"@opentelemetry/semantic-conventions": "1.3.0"
},
"gitHead": "a0a670a03fd35b0799bee8cc466f79e93b5b6dd2"
"gitHead": "eda0b092db484855ded8b4837ba7fc19a377c5a7"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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