Socket
Socket
Sign inDemoInstall

@pnp/logging

Package Overview
Dependencies
Maintainers
9
Versions
1042
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnp/logging - npm Package Compare versions

Comparing version 2.0.1-1 to 2.0.1-2

7

index.js

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

export * from "./logger";
export * from "./listeners";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./logger"), exports);
tslib_1.__exportStar(require("./listeners"), exports);
//# sourceMappingURL=index.js.map

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**

@@ -48,3 +50,3 @@ * Implementation of LogListener which logs to the console

}());
export { ConsoleListener };
exports.ConsoleListener = ConsoleListener;
/**

@@ -74,3 +76,3 @@ * Implementation of LogListener which logs to the supplied function

}());
export { FunctionListener };
exports.FunctionListener = FunctionListener;
//# sourceMappingURL=listeners.js.map

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**

@@ -97,3 +99,3 @@ * Class used to subscribe ILogListener and log messages throughout an application

}());
export { Logger };
exports.Logger = Logger;
var LoggerImpl = /** @class */ (function () {

@@ -135,3 +137,3 @@ function LoggerImpl(activeLogLevel, subscribers) {

*/
export var LogLevel;
var LogLevel;
(function (LogLevel) {

@@ -143,3 +145,3 @@ LogLevel[LogLevel["Verbose"] = 0] = "Verbose";

LogLevel[LogLevel["Off"] = 99] = "Off";
})(LogLevel || (LogLevel = {}));
})(LogLevel = exports.LogLevel || (exports.LogLevel = {}));
//# sourceMappingURL=logger.js.map
{
"name": "@pnp/logging",
"version": "2.0.1-1",
"version": "2.0.1-2",
"description": "pnp - light-weight, subscribable logging framework",

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

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