Socket
Socket
Sign inDemoInstall

@feature-hub/logger

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feature-hub/logger - npm Package Compare versions

Comparing version 3.6.0 to 3.7.0

3

lib/cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.defineLogger = void 0;
exports.defineLogger = defineLogger;
function defineLogger(createConsumerLogger = () => console) {

@@ -14,3 +14,2 @@ return {

}
exports.defineLogger = defineLogger;
//# sourceMappingURL=index.js.map
{
"name": "@feature-hub/logger",
"version": "3.6.0",
"version": "3.7.0",
"description": "A Feature Service for providing a common logging integration to all Feature Hub consumers.",
"homepage": "https://feature-hub.io/",
"bugs": {
"url": "https://github.com/sinnerschrader/feature-hub/issues"
"url": "https://github.com/feature-hub/feature-hub/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/sinnerschrader/feature-hub.git"
"url": "https://github.com/feature-hub/feature-hub.git"
},
"license": "MIT",
"author": "SinnerSchrader Deutschland GmbH",
"author": "Accenture Song Build Germany GmbH",
"sideEffects": false,
"exports": {
".": {
"@feature-hub:bundler": "./src/index.ts",
"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.js"
}
},
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"typings": "lib/cjs/index.d.ts",
"files": [

@@ -19,8 +30,4 @@ "lib",

],
"sideEffects": false,
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"typings": "lib/cjs/index.d.ts",
"dependencies": {
"@feature-hub/core": "^3.6.0"
"@feature-hub/core": "^3.7.0"
},

@@ -30,9 +37,2 @@ "publishConfig": {

},
"exports": {
".": {
"@feature-hub:bundler": "./src/index.ts",
"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.js"
}
},
"typedoc": {

@@ -43,3 +43,3 @@ "entryPoint": "./src/index.ts",

},
"gitHead": "08c56ca6dbe5b20d80104c48872967e6ff814c8b"
"gitHead": "07eb2c594dd087936d584891c32f6a2a940a7080"
}

@@ -25,3 +25,3 @@ # @feature-hub/logger

Copyright (c) 2019-2021 SinnerSchrader Deutschland GmbH. Released under the
Copyright (c) 2019-2024 Accenture Song Build Germany GmbH. Released under the
terms of the [MIT License][license].

@@ -32,3 +32,3 @@

https://img.shields.io/badge/API-%40feature--hub%2Flogger-%23ea3458.svg
[license]: https://github.com/sinnerschrader/feature-hub/blob/master/LICENSE
[license]: https://github.com/feature-hub/feature-hub/blob/main/LICENSE
[package-badge]: https://img.shields.io/npm/v/@feature-hub/logger.svg

@@ -35,0 +35,0 @@ [package-npm]: https://www.npmjs.com/package/@feature-hub/logger

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

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