Socket
Socket
Sign inDemoInstall

log-driver

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.4 to 1.2.5

4

index.js
var util = require('util');
LogDriver = function(options){
var LogDriver = function(options){
options = options || {};

@@ -52,3 +52,3 @@ var logger = this;

factory = function(options){
var factory = function(options){
defaultLogger = new LogDriver(options);

@@ -55,0 +55,0 @@ factory.logger = defaultLogger;

@@ -9,3 +9,3 @@ {

],
"version": "1.2.4",
"version": "1.2.5",
"bugs": {

@@ -35,3 +35,3 @@ "url": "https://github.com/cainus/logdriver/issues"

"sinon-restore": "1.0.1",
"mocha": "1.8.1",
"mocha": "1.20.1",
"should": "1.1.0"

@@ -38,0 +38,0 @@ },

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc