New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uptrace/core

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uptrace/core - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

build/src/client.js

@@ -46,3 +46,5 @@ "use strict";

function traceUrl(span) {
var traceId = span.spanContext().traceId;
var _a;
var ctx = span.spanContext();
var traceId = (_a = ctx === null || ctx === void 0 ? void 0 : ctx.traceId) !== null && _a !== void 0 ? _a : '<no span>';
return "https://app.uptrace.dev/traces/" + traceId;

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

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

export declare const VERSION = "1.0.1";
export declare const VERSION = "1.0.2";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '1.0.1';
exports.VERSION = '1.0.2';
//# sourceMappingURL=version.js.map
{
"name": "@uptrace/core",
"version": "1.0.1",
"version": "1.0.2",
"description": "Uptrace JS core",

@@ -53,13 +53,13 @@ "main": "build/src/index.js",

"dependencies": {
"@opentelemetry/api": "^1.0.3",
"@opentelemetry/core": "1.0.0",
"@opentelemetry/instrumentation": "0.26.0",
"@opentelemetry/sdk-trace-base": "1.0.0",
"cross-fetch": "^3.1.4"
"@opentelemetry/api": "1.0.3",
"@opentelemetry/core": "1.0.1",
"@opentelemetry/instrumentation": "0.27.0",
"@opentelemetry/sdk-trace-base": "1.0.1",
"cross-fetch": "3.1.4"
},
"devDependencies": {
"@types/mocha": "9.0.0",
"@types/node": "16.11.6",
"@types/node": "16.11.7",
"@types/sinon": "10.0.6",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/eslint-plugin": "5.3.1",
"eslint": "8.2.0",

@@ -66,0 +66,0 @@ "eslint-plugin-node": "11.1.0",

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