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 3.0.0 to 3.3.0

4

lib/cjs/__tests__/index.test.js

@@ -27,4 +27,4 @@ "use strict";

beforeEach(() => {
logger = loggerDefinition.create(mockEnv)['1.0.0']('test:id')
.featureService;
logger = loggerDefinition
.create(mockEnv)['1.0.0']('test:id').featureService;
});

@@ -31,0 +31,0 @@ const loggerMethods = [

@@ -6,4 +6,4 @@ import { FeatureServiceBinder, FeatureServiceProviderDefinition, Logger, SharedFeatureService } from '@feature-hub/core';

}
export declare type ConsumerLoggerCreator = (consumerId: string, consumerName?: string) => Logger;
export type ConsumerLoggerCreator = (consumerId: string, consumerName?: string) => Logger;
export declare function defineLogger(createConsumerLogger?: ConsumerLoggerCreator): FeatureServiceProviderDefinition<SharedLogger>;
//# sourceMappingURL=index.d.ts.map

@@ -25,4 +25,4 @@ // tslint:disable:no-implicit-dependencies

beforeEach(() => {
logger = loggerDefinition.create(mockEnv)['1.0.0']('test:id')
.featureService;
logger = loggerDefinition
.create(mockEnv)['1.0.0']('test:id').featureService;
});

@@ -29,0 +29,0 @@ const loggerMethods = [

@@ -6,4 +6,4 @@ import { FeatureServiceBinder, FeatureServiceProviderDefinition, Logger, SharedFeatureService } from '@feature-hub/core';

}
export declare type ConsumerLoggerCreator = (consumerId: string, consumerName?: string) => Logger;
export type ConsumerLoggerCreator = (consumerId: string, consumerName?: string) => Logger;
export declare function defineLogger(createConsumerLogger?: ConsumerLoggerCreator): FeatureServiceProviderDefinition<SharedLogger>;
//# sourceMappingURL=index.d.ts.map
{
"name": "@feature-hub/logger",
"version": "3.0.0",
"version": "3.3.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": "^3.0.0"
"@feature-hub/core": "^3.3.0"
},

@@ -30,2 +30,8 @@ "publishConfig": {

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

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

},
"gitHead": "c83ec51fc2f4fa753318a366ca997b8642bc579f"
"gitHead": "dcfce86481a857e78c2c565ae32f260a06cc66bf"
}

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

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