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

@opentelemetry/resource-detector-aws

Package Overview
Dependencies
Maintainers
4
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/resource-detector-aws - npm Package Compare versions

Comparing version 0.21.1-alpha.7 to 0.22.1-alpha.5

4

build/src/detectors/AwsBeanstalkDetector.js

@@ -50,4 +50,4 @@ "use strict";

[semantic_conventions_1.ResourceAttributes.CLOUD_PROVIDER]: semantic_conventions_1.CloudProviderValues.AWS,
[semantic_conventions_1.ResourceAttributes.CLOUD_PLATFORM]: semantic_conventions_1.CloudPlatformValues.AWS_ELASTICBEANSTALK,
[semantic_conventions_1.ResourceAttributes.SERVICE_NAME]: semantic_conventions_1.CloudPlatformValues.AWS_ELASTICBEANSTALK,
[semantic_conventions_1.ResourceAttributes.CLOUD_PLATFORM]: semantic_conventions_1.CloudPlatformValues.AWS_ELASTIC_BEANSTALK,
[semantic_conventions_1.ResourceAttributes.SERVICE_NAME]: semantic_conventions_1.CloudPlatformValues.AWS_ELASTIC_BEANSTALK,
[semantic_conventions_1.ResourceAttributes.SERVICE_NAMESPACE]: parsedData.environment_name,

@@ -54,0 +54,0 @@ [semantic_conventions_1.ResourceAttributes.SERVICE_VERSION]: parsedData.version_label,

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

export declare const VERSION = "0.21.0";
export declare const VERSION = "0.22.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.21.0';
exports.VERSION = '0.22.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/resource-detector-aws",
"version": "0.21.1-alpha.7+77502820",
"version": "0.22.1-alpha.5+7860344e",
"description": "OpenTelemetry SDK resource detector for AWS",

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

"devDependencies": {
"@opentelemetry/api": "^0.21.0",
"@opentelemetry/api": "^1.0.0",
"@types/mocha": "8.2.2",

@@ -58,10 +58,10 @@ "@types/node": "14.14.43",

"peerDependencies": {
"@opentelemetry/api": "^0.21.0"
"@opentelemetry/api": "^1.0.0"
},
"dependencies": {
"@opentelemetry/core": "^0.21.1-alpha.7+77502820",
"@opentelemetry/resources": "^0.21.1-alpha.7+77502820",
"@opentelemetry/semantic-conventions": "^0.21.1-alpha.7+77502820"
"@opentelemetry/core": "^0.22.1-alpha.5+7860344e",
"@opentelemetry/resources": "^0.22.1-alpha.5+7860344e",
"@opentelemetry/semantic-conventions": "^0.22.1-alpha.5+7860344e"
},
"gitHead": "7750282034ee58bdd257446c2970f01307d7522a"
"gitHead": "7860344eca83449170bafd03fd288e1a3deebacf"
}

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