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

@opentelemetry/semantic-conventions

Package Overview
Dependencies
Maintainers
4
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/semantic-conventions - npm Package Compare versions

Comparing version 0.13.0 to 0.14.0

build/src/trace/messaging.d.ts

3

build/src/trace/http.d.ts

@@ -14,2 +14,5 @@ export declare const HttpAttribute: {

HTTP_RESPONSE_CONTENT_LENGTH: string;
HTTP_RESPONSE_CONTENT_LENGTH_UNCOMPRESSED: string;
HTTP_REQUEST_CONTENT_LENGTH: string;
HTTP_REQUEST_CONTENT_LENGTH_UNCOMPRESSED: string;
HTTP_ERROR_NAME: string;

@@ -16,0 +19,0 @@ HTTP_ERROR_MESSAGE: string;

@@ -32,2 +32,5 @@ "use strict";

HTTP_RESPONSE_CONTENT_LENGTH: 'http.response_content_length',
HTTP_RESPONSE_CONTENT_LENGTH_UNCOMPRESSED: 'http.response_content_length_uncompressed',
HTTP_REQUEST_CONTENT_LENGTH: 'http.request_content_length',
HTTP_REQUEST_CONTENT_LENGTH_UNCOMPRESSED: 'http.request_content_length_uncompressed',
// NOT ON OFFICIAL SPEC

@@ -34,0 +37,0 @@ HTTP_ERROR_NAME: 'http.error_name',

@@ -8,2 +8,3 @@ export * from './database';

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

@@ -35,2 +35,3 @@ "use strict";

__exportStar(require("./faas"), exports);
__exportStar(require("./messaging"), exports);
//# sourceMappingURL=index.js.map

2

build/src/version.d.ts

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

export declare const VERSION = "0.13.0";
export declare const VERSION = "0.14.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.13.0';
exports.VERSION = '0.14.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/semantic-conventions",
"version": "0.13.0",
"version": "0.14.0",
"description": "OpenTelemetry semantic conventions",

@@ -44,4 +44,4 @@ "main": "build/src/index.js",

"devDependencies": {
"@types/mocha": "8.0.4",
"@types/node": "14.14.10",
"@types/mocha": "8.2.0",
"@types/node": "14.14.12",
"@types/sinon": "9.0.9",

@@ -54,8 +54,8 @@ "codecov": "3.8.1",

"rimraf": "3.0.2",
"sinon": "9.2.1",
"sinon": "9.2.2",
"ts-mocha": "8.0.0",
"ts-node": "9.0.0",
"ts-node": "9.1.1",
"typescript": "3.9.7"
},
"gitHead": "86cbd6798f9318c5920f9d9055f289a1c3f26500"
"gitHead": "27a8d4530c56257c191468b073669909bf8892a1"
}

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