Socket
Socket
Sign inDemoInstall

errorlog

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

errorlog - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "errorlog",
"description": "Yet another logger for Node",
"version": "1.0.1",
"version": "1.0.2",
"author": {

@@ -6,0 +6,0 @@ "name": "Pier Fumagalli",

@@ -61,3 +61,3 @@ 'use strict';

// Our default stream, shared where not overridden
var defaultLog = process.stderr.write.bind(process.stderr);
var defaultLog = wrap(process.stderr);

@@ -64,0 +64,0 @@ // Simple log emitter

@@ -16,3 +16,2 @@ 'use strict';

this.check = function check() {
console.log(data);
var s = data;

@@ -19,0 +18,0 @@ data = '';

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