New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.2 to 0.0.3

build/src/uptrace.d.ts

1

build/src/index.d.ts
export * from '@uptrace/core';
export * from './uptrace';
//# sourceMappingURL=index.d.ts.map

@@ -14,2 +14,3 @@ "use strict";

__exportStar(require("@uptrace/core"), exports);
__exportStar(require("./uptrace"), exports);
//# sourceMappingURL=index.js.map

2

build/src/version.d.ts

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

export declare const VERSION = "0.0.2";
export declare const VERSION = "0.0.3";
//# sourceMappingURL=version.d.ts.map

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

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

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

"version:update": "node ../../scripts/version-update.js",
"compile": "yarn run version:update && tsc -p .",
"compile": "rm -rf ./build && yarn run version:update && tsc -p .",
"docs-test": "linkinator docs/out --silent",

@@ -53,3 +53,3 @@ "docs": "typedoc --tsconfig tsconfig.json --exclude test/**/*.ts",

"dependencies": {
"@uptrace/core": "^0.0.2"
"@uptrace/core": "^0.0.3"
},

@@ -56,0 +56,0 @@ "devDependencies": {

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