Socket
Socket
Sign inDemoInstall

@opentelemetry/instrumentation-fs

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-fs - npm Package Compare versions

Comparing version 0.13.0 to 0.14.0

3

build/src/index.d.ts

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

import FsInstrumentation from './instrumentation';
export { FsInstrumentation };
export * from './instrumentation';
export * from './types';
export default FsInstrumentation;
//# sourceMappingURL=index.d.ts.map

@@ -28,8 +28,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.FsInstrumentation = void 0;
const instrumentation_1 = require("./instrumentation");
exports.FsInstrumentation = instrumentation_1.default;
__exportStar(require("./instrumentation"), exports);
__exportStar(require("./types"), exports);
exports.default = instrumentation_1.default;
//# sourceMappingURL=index.js.map

2

build/src/instrumentation.d.ts
import * as api from '@opentelemetry/api';
import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import type { FMember, FPMember, CreateHook, EndHook, FsInstrumentationConfig } from './types';
export default class FsInstrumentation extends InstrumentationBase {
export declare class FsInstrumentation extends InstrumentationBase {
constructor(config?: FsInstrumentationConfig);

@@ -6,0 +6,0 @@ init(): (InstrumentationNodeModuleDefinition | InstrumentationNodeModuleDefinition)[];

@@ -18,2 +18,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.FsInstrumentation = void 0;
const api = require("@opentelemetry/api");

@@ -334,3 +335,3 @@ const core_1 = require("@opentelemetry/core");

}
exports.default = FsInstrumentation;
exports.FsInstrumentation = FsInstrumentation;
//# sourceMappingURL=instrumentation.js.map

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

export declare const PACKAGE_VERSION = "0.13.0";
export declare const PACKAGE_VERSION = "0.14.0";
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-fs";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.PACKAGE_VERSION = '0.13.0';
exports.PACKAGE_VERSION = '0.14.0';
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-fs';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-fs",
"version": "0.13.0",
"version": "0.14.0",
"description": "OpenTelemetry instrumentation for `node:fs` file system interactions module",

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

"lint:fix": "eslint . --ext .ts --fix",
"lint:readme": "node ../../../scripts/lint-readme.js",
"precompile": "tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-fs --include-dependencies",

@@ -66,3 +67,3 @@ "prewatch": "npm run precompile",

"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-fs#readme",
"gitHead": "0af1b70f7c3c9763c85ac51fa5e334c1e1512020"
"gitHead": "ad8436d6a4174f2288cb939080cd4e74da94b0d7"
}

@@ -20,2 +20,6 @@ # OpenTelemetry `fs` Instrumentation for Node.js

## Supported Versions
- Node.js `>=14`
## Usage

@@ -22,0 +26,0 @@

Sorry, the diff of this file is not supported yet

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