Socket
Socket
Sign inDemoInstall

@lumigo/node-core

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lumigo/node-core - npm Package Compare versions

Comparing version 1.12.4 to 1.13.0

lib/common/configuration.d.ts

1

lib/common/index.d.ts
export * from './httpUtils';
export * from './generalUtils';
export * from './functionUtils';
export * from '../utils';

@@ -18,4 +18,5 @@ "use strict";

__exportStar(require("./httpUtils"), exports);
__exportStar(require("./generalUtils"), exports);
__exportStar(require("./functionUtils"), exports);
__exportStar(require("../utils"), exports);
//# sourceMappingURL=index.js.map
export * as Logger from './logger';
export * as CommonUtils from './common';
export * as Types from './types';
export * as Triggers from './common/triggers';

3

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Types = exports.CommonUtils = exports.Logger = void 0;
exports.Triggers = exports.Types = exports.CommonUtils = exports.Logger = void 0;
exports.Logger = require("./logger");
exports.CommonUtils = require("./common");
exports.Types = require("./types");
exports.Triggers = require("./common/triggers");
//# sourceMappingURL=index.js.map
{
"name": "@lumigo/node-core",
"version": "1.12.4",
"version": "1.13.0",
"description": "Lumigo core node sdk",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

# node-core :stars:
[![CircleCI](https://circleci.com/gh/lumigo-io/lumigo-node.svg?style=svg&circle-token=47f40cb5e95e8532e73f69754fac65830b5e86a1)](https://circleci.com/gh/lumigo-io/lumigo-core)

@@ -7,8 +8,9 @@ [![codecov](https://codecov.io/gh/lumigo-io/lumigo-node/branch/master/graph/badge.svg?token=mUkKlI8ifC)](https://codecov.io/gh/lumigo-io/lumigo-core)

This is [`@lumigo/node-core`](https://github.com/lumigo-io/node-core), Lumigo's Node.js agent core tracing logic for distributed tracing and performance monitoring.
it is used by all our Node tracers to perform many of the shared logic across services
This is [`@lumigo/node-core`](https://), Lumigo's Node.js agent core tracing logic for distributed tracing and performance monitoring.
it is used by all our Node tracers to perform manny of the shared logic across services
Supported NodeJS runtimes: 8.10, 10.x, 12.x, 14.x
Supported NodeJS runtimes: 8.10, 10.x, 12.x, 14.x, 16.x, 18.x
## Configuration
`@lumigo/node-core` offers several different configuration options. Pass these to the Lambda function as environment variables:

@@ -22,5 +24,6 @@

### Secret masking:
### Secret masking
Secrets scrubbing by list for regexes:
* support only json data secrets scrubbing

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