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

modular-log

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modular-log - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

README.md

1

lib/index.d.ts

@@ -0,1 +1,2 @@

///<reference path="../includes"/>
import { SummarizerOptions } from './summarizer';

@@ -2,0 +3,0 @@ export declare type LogLevels = 'fatal' | 'error' | 'warn' | 'success' | 'info' | 'debug' | 'trace';

@@ -0,1 +1,2 @@

///<reference path="../includes"/>
import * as winston from 'winston';

@@ -2,0 +3,0 @@ export interface SummarizerOptions {

6

package.json
{
"name": "modular-log",
"version": "0.3.7",
"version": "0.3.8",
"description": "Modular components based on Winston logger",

@@ -9,4 +9,3 @@ "main": "lib/index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p src",
"prepublish": "npm run build"
"build": "tsc -p src"
},

@@ -28,3 +27,2 @@ "keywords": [

"@types/moment": "^2.11.29",
"@types/node": "^6.0.32",
"colors": "^1.1.2",

@@ -31,0 +29,0 @@ "lodash": "^4.14.2",

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