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.1.1 to 0.1.2

8

build/src/client.js

@@ -27,9 +27,3 @@ "use strict";

}
if (!cfg.filters) {
cfg.filters = [];
}
if (cfg.filter) {
cfg.filters.push(cfg.filter);
}
var uptrace = new core_1.Client(cfg);
var uptrace = core_1.createClient(cfg);
return uptrace;

@@ -36,0 +30,0 @@ }

2

build/src/version.d.ts

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

export declare const VERSION = "0.1.1";
export declare const VERSION = "0.1.2";
//# sourceMappingURL=version.d.ts.map

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

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

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

"@opentelemetry/node": "^0.11.0",
"@uptrace/core": "^0.1.1"
"@uptrace/core": "^0.1.2"
},
"devDependencies": {
"@opentelemetry/sdk-node": "0.11.0",
"@types/node": "14.6.4",
"@typescript-eslint/eslint-plugin": "4.0.1",
"eslint": "7.8.1",
"@types/node": "14.11.1",
"@typescript-eslint/eslint-plugin": "4.1.1",
"eslint": "7.9.0",
"eslint-plugin-node": "11.1.0",

@@ -67,4 +67,4 @@ "eslint-plugin-prettier": "3.1.4",

"ts-mocha": "7.0.0",
"typescript": "4.0.2"
"typescript": "4.0.3"
}
}

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