Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3 to 0.18.0

build/src/uptrace.d.ts

4

build/src/index.d.ts

@@ -1,3 +0,3 @@

export * from './config';
export * from './client';
export * from './uptrace';
export * from './version';
//# sourceMappingURL=index.d.ts.map

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

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./config"), exports);
__exportStar(require("./client"), exports);
__exportStar(require("./uptrace"), exports);
__exportStar(require("./version"), exports);
//# sourceMappingURL=index.js.map

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

export declare const VERSION = "0.4.3";
export declare const VERSION = "0.18.0";
//# sourceMappingURL=version.d.ts.map

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

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

@@ -58,8 +58,10 @@ "main": "build/src/index.js",

"@opentelemetry/sdk-node": "^0.18.0",
"@uptrace/core": "^0.4.3"
"@uptrace/core": "^0.18.0"
},
"devDependencies": {
"@types/node": "14.14.33",
"@typescript-eslint/eslint-plugin": "4.17.0",
"eslint": "7.21.0",
"@types/mocha": "8.2.2",
"@types/node": "14.14.35",
"@types/sinon": "9.0.11",
"@typescript-eslint/eslint-plugin": "4.18.0",
"eslint": "7.22.0",
"eslint-plugin-node": "11.1.0",

@@ -70,2 +72,3 @@ "eslint-plugin-prettier": "3.3.1",

"nyc": "15.1.0",
"sinon": "9.2.4",
"ts-mocha": "8.0.0",

@@ -72,0 +75,0 @@ "typescript": "4.2.3"

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