Socket
Socket
Sign inDemoInstall

@opentelemetry/resources

Package Overview
Dependencies
Maintainers
5
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 0.7.0 to 0.8.0

1

build/src/constants.d.ts

@@ -100,1 +100,2 @@ /**

};
//# sourceMappingURL=constants.d.ts.map

@@ -20,1 +20,2 @@ /**

export * from './types';
//# sourceMappingURL=index.d.ts.map

@@ -23,1 +23,2 @@ /**

export declare const detectResources: () => Promise<Resource>;
//# sourceMappingURL=detect-resources.d.ts.map

@@ -17,1 +17,2 @@ /*!

export * from './detect-resources';
//# sourceMappingURL=index.d.ts.map

@@ -17,1 +17,2 @@ /*!

export * from './node';
//# sourceMappingURL=index.d.ts.map

@@ -22,1 +22,2 @@ /**

export declare const detectResources: () => Promise<Resource>;
//# sourceMappingURL=detect-resources.d.ts.map

@@ -47,1 +47,2 @@ /*!

export {};
//# sourceMappingURL=AwsEc2Detector.d.ts.map

@@ -67,1 +67,2 @@ /*!

export {};
//# sourceMappingURL=EnvDetector.d.ts.map

@@ -38,1 +38,2 @@ /*!

export {};
//# sourceMappingURL=GcpDetector.d.ts.map

@@ -19,1 +19,2 @@ /*!

export { gcpDetector } from './GcpDetector';
//# sourceMappingURL=index.d.ts.map

@@ -17,1 +17,2 @@ /*!

export * from './detect-resources';
//# sourceMappingURL=index.d.ts.map

@@ -54,1 +54,2 @@ /*!

}
//# sourceMappingURL=Resource.d.ts.map

8

build/src/Resource.js

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

Object.defineProperty(exports, "__esModule", { value: true });
const base_1 = require("@opentelemetry/base");
const core_1 = require("@opentelemetry/core");
const constants_1 = require("./constants");

@@ -46,5 +46,5 @@ /**

return new Resource({
[constants_1.TELEMETRY_SDK_RESOURCE.LANGUAGE]: base_1.SDK_INFO.LANGUAGE,
[constants_1.TELEMETRY_SDK_RESOURCE.NAME]: base_1.SDK_INFO.NAME,
[constants_1.TELEMETRY_SDK_RESOURCE.VERSION]: base_1.SDK_INFO.VERSION,
[constants_1.TELEMETRY_SDK_RESOURCE.LANGUAGE]: core_1.SDK_INFO.LANGUAGE,
[constants_1.TELEMETRY_SDK_RESOURCE.NAME]: core_1.SDK_INFO.NAME,
[constants_1.TELEMETRY_SDK_RESOURCE.VERSION]: core_1.SDK_INFO.VERSION,
});

@@ -51,0 +51,0 @@ }

@@ -28,1 +28,2 @@ /**

}
//# sourceMappingURL=types.d.ts.map

@@ -16,2 +16,3 @@ /*!

*/
export declare const VERSION = "0.7.0";
export declare const VERSION = "0.8.0";
//# sourceMappingURL=version.d.ts.map

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

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

@@ -64,6 +64,6 @@ "main": "build/src/index.js",

"dependencies": {
"@opentelemetry/api": "^0.7.0",
"@opentelemetry/base": "^0.7.0",
"@opentelemetry/api": "^0.8.0",
"@opentelemetry/core": "^0.8.0",
"gcp-metadata": "^3.5.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