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.2.0 to 0.3.0

2

build/src/client.d.ts
import { Client } from '@uptrace/core';
import { Config } from './config';
export declare function createClient(cfg?: Config): Client;
export declare function createClient(cfg?: Partial<Config>): Client;
//# sourceMappingURL=client.d.ts.map

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

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

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

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

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

"dependencies": {
"@opentelemetry/node": "^0.12.0",
"@uptrace/core": "^0.2.0"
"@opentelemetry/node": "^0.13.0",
"@uptrace/core": "^0.3.0"
},
"devDependencies": {
"@opentelemetry/sdk-node": "0.12.0",
"@types/node": "14.14.5",
"@typescript-eslint/eslint-plugin": "4.6.0",
"eslint": "7.12.0",
"@opentelemetry/sdk-node": "0.13.0",
"@types/node": "14.14.10",
"@typescript-eslint/eslint-plugin": "4.9.0",
"eslint": "7.15.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.1.4",
"gts": "3.0.2",
"mocha": "8.2.0",
"eslint-plugin-prettier": "3.2.0",
"gts": "3.0.3",
"mocha": "8.2.1",
"nyc": "15.1.0",
"ts-mocha": "8.0.0",
"typescript": "4.0.5"
"typescript": "4.1.2"
}
}

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