Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uptrace/web

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uptrace/web - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

build/src/client.d.ts

2

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

@@ -10,7 +10,7 @@ "use strict";

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("@uptrace/core"), exports);
__exportStar(require("./uptrace"), exports);
__exportStar(require("./client"), exports);
//# sourceMappingURL=index.js.map

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

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

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

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

@@ -57,16 +57,16 @@ "main": "build/src/index.js",

"@opentelemetry/web": "^0.10.2",
"@uptrace/core": "^0.0.3"
"@uptrace/core": "^0.1.0"
},
"devDependencies": {
"@types/node": "14.0.27",
"@typescript-eslint/eslint-plugin": "3.8.0",
"eslint": "7.6.0",
"@types/node": "14.6.0",
"@typescript-eslint/eslint-plugin": "3.10.1",
"eslint": "7.7.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.1.4",
"gts": "2.0.2",
"mocha": "8.1.1",
"mocha": "8.1.2",
"nyc": "15.1.0",
"ts-mocha": "7.0.0",
"typescript": "3.9.7"
"typescript": "4.0.2"
}
}
# Uptrace for Web browsers
- [Documentation](https://docs.uptrace.dev/javascript/)
[![Documentation](https://img.shields.io/badge/docs-uptrace-brightgreen)](https://docs.uptrace.dev/javascript/)
<a href="https://docs.uptrace.dev/javascript/">
<img src="https://docs.uptrace.dev/devicons/javascript-original.svg" height="200px" />
</a>
## Introduction
@uptrace/web is an exporter for Web browsers that sends your traces/spans to
@uptrace/web is the official Uptrace client for Web browsers that sends your traces/spans to
[Uptrace.dev](https://uptrace.dev).

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