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

@useparagon/opentelemetry-instrumentation-http

Package Overview
Dependencies
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@useparagon/opentelemetry-instrumentation-http - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

build/src/version.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
const packageJson = require('../package.json');
const packageJson = require(`${__dirname}/../package.json`);
exports.VERSION = packageJson.version;
// prints version
console.log(exports.VERSION);
//# sourceMappingURL=version.js.map
{
"name": "@useparagon/opentelemetry-instrumentation-http",
"version": "0.0.2",
"version": "0.0.3",
"description": "OpenTelemetry http/https automatic instrumentation package.",

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

"compile": "tsc --build",
"print-version": "ts-node ./src/version.ts",
"ci:compile": "whiskers",

@@ -61,8 +60,8 @@ "format": "./node_modules/.bin/prettier . --write",

"axios": "0.24.0",
"codecov": "3.8.3",
"husky": "^8.0.3",
"prettier": "3.0.3",
"codecov": "3.8.3",
"mocha": "10.0.0",
"nock": "13.0.11",
"nyc": "15.1.0",
"prettier": "3.0.3",
"request": "2.88.2",

@@ -69,0 +68,0 @@ "request-promise-native": "1.0.9",

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