Socket
Socket
Sign inDemoInstall

@opencensus/propagation-stackdriver

Package Overview
Dependencies
Maintainers
7
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencensus/propagation-stackdriver - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

build/src/stackdriver-format.d.ts

6

build/src/index.d.ts

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

*/
export * from './stackdriver-format';
export interface SpanContext {

@@ -42,2 +43,7 @@ /** Trace ID */

}
/**
* @deprecated since version 0.0.10 - use {@link StackdriverFormat} instead
* All other propagation exports a class constructor, while Stackdriver v1
* propagation exports an implementation of Propagation.
*/
export declare const v1: Propagation;

@@ -44,0 +50,0 @@ export declare const extract: (getter: HeaderGetter) => SpanContext | null;

@@ -17,4 +17,13 @@ "use strict";

*/
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./stackdriver-format"));
const v1API = require("./v1");
/**
* @deprecated since version 0.0.10 - use {@link StackdriverFormat} instead
* All other propagation exports a class constructor, while Stackdriver v1
* propagation exports an implementation of Propagation.
*/
exports.v1 = {

@@ -21,0 +30,0 @@ extract: v1API.extract,

14

package.json
{
"name": "@opencensus/propagation-stackdriver",
"version": "0.0.9",
"description": "",
"version": "0.0.10",
"description": "Opencensus propagation package for Stackdriver format.",
"main": "build/src/index.js",

@@ -9,3 +9,3 @@ "types": "build/src/index.d.ts",

"scripts": {
"test": "nyc mocha build/test/**/*.js",
"test": "nyc ts-mocha -p ./tsconfig.json test/**/*.ts",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json",

@@ -17,3 +17,2 @@ "check": "gts check",

"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run check"

@@ -32,3 +31,2 @@ },

"devDependencies": {
"@types/express": "^4.11.1",
"@types/mocha": "^5.2.0",

@@ -39,7 +37,9 @@ "@types/node": "^10.12.12",

"gts": "^0.9.0",
"mocha": "^5.1.1",
"nyc": "^13.0.0",
"mocha": "^6.0.0",
"nyc": "^13.2.0",
"ts-mocha": "^6.0.0",
"typescript": "~3.2.0"
},
"dependencies": {
"@opencensus/core": "^0.0.10",
"hex2dec": "^1.0.1",

@@ -46,0 +46,0 @@ "uuid": "^3.2.1"

Sorry, the diff of this file is not supported yet

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