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.14.0 to 0.15.0

2

build/src/version.d.ts

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

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

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

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

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

"scripts": {
"compile": "tsc --build",
"clean": "tsc --build --clean",
"lint": "eslint . --ext .ts",

@@ -14,8 +16,4 @@ "lint:fix": "eslint . --ext .ts --fix",

"tdd": "npm run test -- --watch-extensions ts --watch",
"clean": "rimraf build/*",
"precompile": "tsc --version",
"version:update": "node ../../scripts/version-update.js",
"compile": "npm run version:update && tsc -p .",
"prepare": "npm run compile",
"watch": "tsc -w"
"version": "node ../../scripts/version-update.js",
"watch": "tsc --build --watch"
},

@@ -47,4 +45,4 @@ "keywords": [

"@types/mocha": "8.2.0",
"@types/node": "14.14.12",
"@types/sinon": "9.0.9",
"@types/node": "14.14.20",
"@types/sinon": "9.0.10",
"codecov": "3.8.1",

@@ -56,3 +54,3 @@ "gts": "2.0.2",

"rimraf": "3.0.2",
"sinon": "9.2.2",
"sinon": "9.2.3",
"ts-mocha": "8.0.0",

@@ -62,3 +60,3 @@ "ts-node": "9.1.1",

},
"gitHead": "27a8d4530c56257c191468b073669909bf8892a1"
"gitHead": "960b868f5b7686eabbf49190071b8463551e5d8f"
}
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