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.14.0 to 0.15.0

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 declare class FsInstrumentation extends InstrumentationBase {
export declare class FsInstrumentation extends InstrumentationBase<FsInstrumentationConfig> {
constructor(config?: FsInstrumentationConfig);

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

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

export declare const PACKAGE_VERSION = "0.14.0";
export declare const PACKAGE_VERSION = "0.15.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.14.0';
exports.PACKAGE_VERSION = '0.15.0';
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-fs';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-fs",
"version": "0.14.0",
"version": "0.15.0",
"description": "OpenTelemetry instrumentation for `node:fs` file system interactions module",

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

"nyc": "15.1.0",
"rimraf": "5.0.5",
"rimraf": "5.0.10",
"sinon": "15.2.0",

@@ -64,6 +64,6 @@ "ts-mocha": "10.0.0",

"@opentelemetry/core": "^1.8.0",
"@opentelemetry/instrumentation": "^0.52.0"
"@opentelemetry/instrumentation": "^0.53.0"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-fs#readme",
"gitHead": "ad8436d6a4174f2288cb939080cd4e74da94b0d7"
"gitHead": "9dc58afed8134f95908331bcff35c5d9ec46fe9a"
}

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