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 0.1.2 to 0.2.0

2

build/src/exporter.d.ts

@@ -11,4 +11,4 @@ import { ExportResult } from '@opentelemetry/core';

export(spans: ReadableSpan[], resultCallback: (result: ExportResult) => void): void;
shutdown(): void;
shutdown(): Promise<void>;
}
//# sourceMappingURL=exporter.d.ts.map

@@ -76,3 +76,7 @@ "use strict";

};
Exporter.prototype.shutdown = function () { };
Exporter.prototype.shutdown = function () {
return new Promise(function (resolve) {
resolve();
});
};
return Exporter;

@@ -79,0 +83,0 @@ }());

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

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

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

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

@@ -52,5 +52,5 @@ "main": "build/src/index.js",

"dependencies": {
"@opentelemetry/api": "^0.11.0",
"@opentelemetry/core": "^0.11.0",
"@opentelemetry/tracing": "^0.11.0",
"@opentelemetry/api": "^0.12.0",
"@opentelemetry/core": "^0.12.0",
"@opentelemetry/tracing": "^0.12.0",
"cross-fetch": "^3.0.5"

@@ -60,13 +60,13 @@ },

"@types/mocha": "8.0.3",
"@types/node": "14.11.1",
"@typescript-eslint/eslint-plugin": "4.1.1",
"eslint": "7.9.0",
"@types/node": "14.14.5",
"@typescript-eslint/eslint-plugin": "4.6.0",
"eslint": "7.12.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.1.4",
"gts": "2.0.2",
"mocha": "8.1.3",
"gts": "3.0.2",
"mocha": "8.2.0",
"nyc": "15.1.0",
"ts-mocha": "7.0.0",
"typescript": "4.0.3"
"ts-mocha": "8.0.0",
"typescript": "4.0.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