Socket
Socket
Sign inDemoInstall

@opentelemetry/resources

Package Overview
Dependencies
Maintainers
5
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/resources - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

5

build/src/platform/node/detectors/EnvDetector.js

@@ -80,6 +80,3 @@ "use strict";

key = key.trim();
value = value
.trim()
.split('^"|"$')
.join('');
value = value.trim().split('^"|"$').join('');
if (!this._isValidAndNotEmpty(key)) {

@@ -86,0 +83,0 @@ throw new Error(`Label key ${this._ERROR_MESSAGE_INVALID_CHARS}`);

17

build/src/version.d.ts

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

/*!
* Copyright 2019, OpenTelemetry Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export declare const VERSION = "0.8.1";
export declare const VERSION = "0.8.2";
//# sourceMappingURL=version.d.ts.map
"use strict";
/*!
* Copyright 2019, OpenTelemetry Authors
/*
* Copyright 2020, OpenTelemetry Authors
*

@@ -19,3 +19,3 @@ * Licensed under the Apache License, Version 2.0 (the "License");

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.8.1';
exports.VERSION = '0.8.2';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/resources",
"version": "0.8.1",
"version": "0.8.2",
"description": "OpenTelemetry SDK resources",

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

"scripts": {
"lint": "gts check",
"lint:fix": "gts fix",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",

@@ -52,3 +52,3 @@ "tdd": "npm run test -- --watch-extensions ts --watch",

"codecov": "^3.6.1",
"gts": "^1.1.0",
"gts": "^2.0.0",
"mocha": "^7.1.2",

@@ -61,11 +61,9 @@ "nock": "^12.0.2",

"ts-node": "^8.6.2",
"tslint-consistent-codestyle": "^1.16.0",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "3.7.2"
},
"dependencies": {
"@opentelemetry/api": "^0.8.1",
"@opentelemetry/core": "^0.8.1",
"@opentelemetry/api": "^0.8.2",
"@opentelemetry/core": "^0.8.2",
"gcp-metadata": "^3.5.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