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.4.0 to 0.5.0

build/src/platform/browser/constants.d.ts

2

build/src/index.d.ts

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

*/
export * from './resources/Resource';
export * from './ExportResult';
export * from './platform';

@@ -21,4 +21,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./resources/Resource"));
__export(require("./ExportResult"));
__export(require("./platform"));
//# sourceMappingURL=index.js.map

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

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

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.4.0';
exports.VERSION = '0.5.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/base",
"version": "0.4.0",
"version": "0.5.0",
"description": "OpenTelemetry base provides base code for the SDK packages",
"main": "build/src/index.js",
"browser": {
"./src/platform/index.ts": "./src/platform/browser/index.ts",
"./build/src/platform/index.js": "./build/src/platform/browser/index.js"
},
"types": "build/src/index.d.ts",
"repository": "open-telemetry/opentelemetry-js",
"scripts": {
"test": "nyc ts-mocha -p tsconfig.json test/**/*.ts",
"test": "nyc ts-mocha -p tsconfig.json test/**/*.test.ts",
"tdd": "npm run tdd:node",

@@ -14,7 +18,7 @@ "tdd:node": "npm run test -- --watch-extensions ts --watch",

"clean": "rimraf build/*",
"check": "gts check",
"lint": "gts check",
"lint:fix": "gts fix",
"precompile": "tsc --version",
"version:update": "node ../../scripts/version-update.js",
"compile": "npm run version:update && tsc -p .",
"fix": "gts fix",
"prepare": "npm run compile"

@@ -21,0 +25,0 @@ },

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