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

io-ng2-logger

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io-ng2-logger - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

15

lib/logger.d.ts

@@ -0,1 +1,4 @@

export interface Icb {
(a: boolean, b?: any): void;
}
/**

@@ -8,9 +11,9 @@ * the base value interface

export interface IMeta {
application: string;
application?: string;
category?: string;
comment?: string;
created: number;
endpoint: string;
environment: string;
event: string;
created?: number;
endpoint?: string;
environment?: string;
event?: string;
type?: string;

@@ -26,3 +29,3 @@ user?: string;

*/
export declare function log(log: any, cb: any): any;
export declare function log(log: any, cb?: Icb): any;
/**

@@ -29,0 +32,0 @@ * both meta and config must have the same values

2

package.json
{
"name": "io-ng2-logger",
"version": "0.1.4",
"version": "0.1.5",
"description": "Angular2 Base Utilities",

@@ -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