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

@uptrace/vue

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uptrace/vue - npm Package Compare versions

Comparing version 1.13.0 to 1.15.0

12

build/src/index.d.ts

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

export * from '@uptrace/web';
import { configureOpentelemetry, shutdown, VERSION } from '@uptrace/web';
import { Vue, VueRouter } from './types';

@@ -7,3 +7,11 @@ export interface Options {

}
export declare function instrumentVue(opts: Options): void;
declare function instrumentVue(opts: Options): void;
export { configureOpentelemetry, shutdown, VERSION, instrumentVue };
declare const _default: {
configureOpentelemetry: typeof configureOpentelemetry;
shutdown: typeof shutdown;
VERSION: string;
instrumentVue: typeof instrumentVue;
};
export default _default;
//# sourceMappingURL=index.d.ts.map

27

build/src/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.instrumentVue = void 0;
__exportStar(require("@uptrace/web"), exports);
exports.instrumentVue = exports.VERSION = exports.shutdown = exports.configureOpentelemetry = void 0;
var web_1 = require("@uptrace/web");
Object.defineProperty(exports, "configureOpentelemetry", { enumerable: true, get: function () { return web_1.configureOpentelemetry; } });
Object.defineProperty(exports, "shutdown", { enumerable: true, get: function () { return web_1.shutdown; } });
Object.defineProperty(exports, "VERSION", { enumerable: true, get: function () { return web_1.VERSION; } });
var vue_1 = require("./vue");

@@ -24,2 +13,8 @@ function instrumentVue(opts) {

exports.instrumentVue = instrumentVue;
exports.default = {
configureOpentelemetry: web_1.configureOpentelemetry,
shutdown: web_1.shutdown,
VERSION: web_1.VERSION,
instrumentVue: instrumentVue,
};
//# sourceMappingURL=index.js.map

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

export declare const VERSION = "1.13.0";
export declare const VERSION = "1.15.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '1.13.0';
exports.VERSION = '1.15.0';
//# sourceMappingURL=version.js.map
{
"name": "@uptrace/vue",
"version": "1.13.0",
"version": "1.15.0",
"description": "Vue instrumentation for OpenTelemetry",

@@ -39,17 +39,17 @@ "main": "build/src/index.js",

"@opentelemetry/api": "~1.4.1",
"@uptrace/web": "1.13.0"
"@uptrace/web": "1.15.0"
},
"devDependencies": {
"@types/lodash": "4.14.195",
"@types/lodash": "4.14.196",
"@types/mocha": "10.0.1",
"@types/node": "20.3.1",
"@typescript-eslint/eslint-plugin": "5.59.11",
"eslint": "8.42.0",
"@types/node": "20.4.5",
"@typescript-eslint/eslint-plugin": "6.2.1",
"eslint": "8.46.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"gts": "3.1.1",
"eslint-plugin-prettier": "5.0.0",
"gts": "5.0.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"ts-mocha": "10.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
},

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

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