Socket
Socket
Sign inDemoInstall

@opentelemetry/context-async-hooks

Package Overview
Dependencies
1
Maintainers
0
Versions
117
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.25.0 to 1.25.1

4

build/src/index.d.ts

@@ -1,3 +0,3 @@

export * from './AsyncHooksContextManager';
export * from './AsyncLocalStorageContextManager';
export { AsyncHooksContextManager } from './AsyncHooksContextManager';
export { AsyncLocalStorageContextManager } from './AsyncLocalStorageContextManager';
//# sourceMappingURL=index.d.ts.map

@@ -17,15 +17,8 @@ "use strict";

*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./AsyncHooksContextManager"), exports);
__exportStar(require("./AsyncLocalStorageContextManager"), exports);
exports.AsyncLocalStorageContextManager = exports.AsyncHooksContextManager = void 0;
var AsyncHooksContextManager_1 = require("./AsyncHooksContextManager");
Object.defineProperty(exports, "AsyncHooksContextManager", { enumerable: true, get: function () { return AsyncHooksContextManager_1.AsyncHooksContextManager; } });
var AsyncLocalStorageContextManager_1 = require("./AsyncLocalStorageContextManager");
Object.defineProperty(exports, "AsyncLocalStorageContextManager", { enumerable: true, get: function () { return AsyncLocalStorageContextManager_1.AsyncLocalStorageContextManager; } });
//# sourceMappingURL=index.js.map

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

export declare const VERSION = "1.25.0";
export declare const VERSION = "1.25.1";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '1.25.0';
exports.VERSION = '1.25.1';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/context-async-hooks",
"version": "1.25.0",
"version": "1.25.1",
"description": "OpenTelemetry AsyncHooks-based Context Manager",

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

"sideEffects": false,
"gitHead": "c4d3351b6b3f5593c8d7cbfec97b45cea9fe1511"
"gitHead": "0608f405573901e54db01e44c533009cf28be262"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc