Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@feature-hub/logger

Package Overview
Dependencies
Maintainers
4
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.0.0-alpha.1 to 2.0.0

23

CHANGELOG.md

@@ -6,2 +6,25 @@ # Change Log

# [2.0.0](https://github.com/sinnerschrader/feature-hub/compare/v1.7.0...v2.0.0) (2019-06-20)
### Features
* **core:** remove ability to provide configs via FeatureServiceRegistry ([#500](https://github.com/sinnerschrader/feature-hub/issues/500)) ([388b9f0](https://github.com/sinnerschrader/feature-hub/commit/388b9f0))
### BREAKING CHANGES
* **core:** The option `featureServiceConfigs` has been removed
from the options of `createFeatureHub` and from the options of the
`FeatureServiceRegistry` constructor. The `env` that is passed to a
Feature Service's `create` method does not include a `config` property
anymore. If a Feature Service must be configured, a factory function
that accepts options, and that returns a Feature Service definition,
should be used instead, see `@feature-hub/async-ssr-manager` for an
example.
# [1.7.0](https://github.com/sinnerschrader/feature-hub/compare/v1.6.0...v1.7.0) (2019-05-10)

@@ -8,0 +31,0 @@

6

package.json
{
"name": "@feature-hub/logger",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"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.0.0-alpha.1"
"@feature-hub/core": "^2.0.0"
},

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

},
"gitHead": "571af5d84b6093167dd58f82da08b597e55f8b62"
"gitHead": "cf1067bd72b796b82c85c5f0842848851fd128be"
}
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