Socket
Socket
Sign inDemoInstall

@feature-hub/logger

Package Overview
Dependencies
Maintainers
5
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 2.8.0 to 2.8.1

10

CHANGELOG.md

@@ -6,5 +6,13 @@ # Change Log

# [2.8.0](https://github.com/sinnerschrader/feature-hub/compare/v2.7.0...v2.8.0) (2020-10-26)
## 2.8.1 (2020-11-14)
**Note:** Version bump only for package @feature-hub/logger
# [2.8.0](https://github.com/sinnerschrader/feature-hub/compare/v2.7.0...v2.8.0) (2020-10-27)
### Features

@@ -11,0 +19,0 @@

7

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

@@ -8,5 +9,5 @@ return {

'1.0.0': (consumerId, consumerName) => ({
featureService: createConsumerLogger(consumerId, consumerName)
})
})
featureService: createConsumerLogger(consumerId, consumerName),
}),
}),
};

@@ -13,0 +14,0 @@ }

@@ -6,7 +6,7 @@ export function defineLogger(createConsumerLogger = () => console) {

'1.0.0': (consumerId, consumerName) => ({
featureService: createConsumerLogger(consumerId, consumerName)
})
})
featureService: createConsumerLogger(consumerId, consumerName),
}),
}),
};
}
//# sourceMappingURL=index.js.map
{
"name": "@feature-hub/logger",
"version": "2.8.0",
"version": "2.8.1",
"description": "A Feature Service for providing a common logging integration to all Feature Hub consumers.",

@@ -24,3 +24,3 @@ "homepage": "https://feature-hub.io/",

"dependencies": {
"@feature-hub/core": "^2.8.0"
"@feature-hub/core": "^2.8.1"
},

@@ -30,3 +30,3 @@ "publishConfig": {

},
"gitHead": "35a90b49fa87d2f4d5f4dc02b5f4a697b7b75f52"
"gitHead": "2e8a41213021d4f874be8bde31ba83517b5c9e44"
}

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