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.11.0 to 1.11.1

2

build/src/version.d.ts

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

export declare const VERSION = "1.11.0";
export declare const VERSION = "1.11.1";
//# sourceMappingURL=version.d.ts.map

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

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

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

},
"scripts": {
"test": "nyc ts-mocha -p tsconfig.json test/**/*.test.ts",
"test:browser": "nyc karma start --single-run",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",
"codecov:browser": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",
"build": "pnpm run compile",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"precompile": "tsc --version",
"version:update": "node ../../scripts/version-update.js",
"compile": "rm -rf ./build && pnpm run version:update && tsc -p .",
"docs-test": "linkinator docs/out --silent",
"docs": "typedoc --tsconfig tsconfig.json --exclude test/**/*.ts",
"prepare": "pnpm run compile",
"watch": "tsc -w"
},
"keywords": [

@@ -56,3 +40,3 @@ "vue",

"@opentelemetry/api": "~1.4.1",
"@uptrace/web": "workspace:*"
"@uptrace/web": "1.11.1"
},

@@ -72,3 +56,18 @@ "devDependencies": {

"typescript": "5.0.3"
},
"scripts": {
"test": "nyc ts-mocha -p tsconfig.json test/**/*.test.ts",
"test:browser": "nyc karma start --single-run",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",
"codecov:browser": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",
"build": "pnpm run compile",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"precompile": "tsc --version",
"version:update": "node ../../scripts/version-update.js",
"compile": "rm -rf ./build && pnpm run version:update && tsc -p .",
"docs-test": "linkinator docs/out --silent",
"docs": "typedoc --tsconfig tsconfig.json --exclude test/**/*.ts",
"watch": "tsc -w"
}
}
}
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