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

@uptrace/node

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/node - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

7

build/src/client.js

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

var node_1 = require("@opentelemetry/node");
var tracing_1 = require("@opentelemetry/tracing");
var core_1 = require("@uptrace/core");

@@ -21,7 +22,7 @@ var config_1 = require("./config");

}
if (cfg.plugins) {
nodeConfig.plugins = cfg.plugins;
}
var provider = new node_1.NodeTracerProvider(nodeConfig);
cfg.provider = provider;
if (cfg.console) {
provider.addSpanProcessor(new tracing_1.SimpleSpanProcessor(new tracing_1.ConsoleSpanExporter()));
}
}

@@ -28,0 +29,0 @@ var uptrace = core_1.createClient(cfg);

@@ -1,7 +0,6 @@

import { Plugins } from '@opentelemetry/node';
import { Config as BaseConfig, createResource } from '@uptrace/core';
export interface Config extends BaseConfig {
plugins?: Plugins;
console?: boolean;
}
export { createResource };
//# sourceMappingURL=config.d.ts.map

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

export declare const VERSION = "0.4.0";
export declare const VERSION = "0.4.1";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.4.0';
exports.VERSION = '0.4.1';
//# sourceMappingURL=version.js.map
{
"name": "@uptrace/node",
"version": "0.4.0",
"version": "0.4.1",
"description": "Uptrace JS exporter for Node.js",

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

"dependencies": {
"@opentelemetry/node": "^0.16.0",
"@uptrace/core": "^0.4.0"
"@opentelemetry/node": "^0.17.0",
"@uptrace/core": "^0.4.1"
},
"devDependencies": {
"@opentelemetry/sdk-node": "0.16.0",
"@types/node": "14.14.27",
"@typescript-eslint/eslint-plugin": "4.15.0",
"@opentelemetry/sdk-node": "0.17.0",
"@types/node": "14.14.31",
"@typescript-eslint/eslint-plugin": "4.15.1",
"eslint": "7.20.0",

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

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