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

@opentelemetry/base

Package Overview
Dependencies
Maintainers
5
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/base - npm Package Compare versions

Comparing version 0.3.3 to 0.4.0

2

build/src/version.d.ts

@@ -16,2 +16,2 @@ /*!

*/
export declare const VERSION = "0.3.3";
export declare const VERSION = "0.4.0";

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.3.3';
exports.VERSION = '0.4.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/base",
"version": "0.3.3",
"version": "0.4.0",
"description": "OpenTelemetry base provides base code for the SDK packages",

@@ -10,4 +10,4 @@ "main": "build/src/index.js",

"test": "nyc ts-mocha -p tsconfig.json test/**/*.ts",
"tdd": "yarn tdd:node",
"tdd:node": "yarn test -- --watch-extensions ts --watch",
"tdd": "npm run tdd:node",
"tdd:node": "npm run test -- --watch-extensions ts --watch",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",

@@ -55,3 +55,3 @@ "clean": "rimraf build/*",

"ts-node": "^8.6.2",
"tslint-consistent-codestyle": "^1.15.1",
"tslint-consistent-codestyle": "^1.16.0",
"tslint-microsoft-contrib": "^6.2.0",

@@ -58,0 +58,0 @@ "typescript": "3.7.2"

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