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

6

build/src/config.js

@@ -58,8 +58,2 @@ "use strict";

this.token = u.username;
if (!this.projectId) {
throw new Error("\"DSN=".concat(JSON.stringify(s), " does not have a project id"));
}
if (!this.token) {
throw new Error("\"DSN=".concat(JSON.stringify(s), " does not have a token"));
}
}

@@ -66,0 +60,0 @@ Dsn.prototype.toString = function () {

2

build/src/version.d.ts

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

export declare const VERSION = "1.8.0";
export declare const VERSION = "1.9.0";
//# sourceMappingURL=version.d.ts.map

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

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

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

"dependencies": {
"@opentelemetry/api": "~1.3.0",
"@opentelemetry/core": "~1.8.0",
"@opentelemetry/instrumentation": "~0.34.0",
"@opentelemetry/sdk-trace-base": "~1.8.0",
"@opentelemetry/api": "~1.4.0",
"@opentelemetry/core": "~1.9.1",
"@opentelemetry/instrumentation": "~0.35.1",
"@opentelemetry/resources": "~1.9.1",
"@opentelemetry/sdk-trace-base": "~1.9.1",
"cross-fetch": "3.1.5"
},
"devDependencies": {
"@types/mocha": "10.0.0",
"@types/node": "18.11.9",
"@types/mocha": "10.0.1",
"@types/node": "18.11.18",
"@types/sinon": "10.0.13",
"@typescript-eslint/eslint-plugin": "5.44.0",
"eslint": "8.28.0",
"@typescript-eslint/eslint-plugin": "5.50.0",
"eslint": "8.33.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"gts": "3.1.1",
"mocha": "10.1.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "14.0.2",
"sinon": "15.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.9.3"
"typescript": "4.9.5"
}
}

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