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

printit

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

printit - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

printit-browser.js

4

main.js

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

// Generated by CoffeeScript 1.6.3
// Generated by CoffeeScript 1.8.0
var Logger, colors, dateFormat, levelColors;

@@ -81,3 +81,3 @@

Logger.prototype.debug = function(text) {
if (process.env.NODE_ENV !== 'test') {
if (process.env.DEBUG) {
return console.info(this.format('debug', text));

@@ -84,0 +84,0 @@ }

@@ -16,3 +16,3 @@ {

],
"version": "0.1.3",
"version": "0.1.4",
"homepage": "https://github.com/frankrousseau/printit/",

@@ -19,0 +19,0 @@ "bugs": {

@@ -33,1 +33,7 @@ var logit = require('./main');

logger.info(tab);
fs = require('fs');
fs.lstat('notexist', function(err) {
logger.error(err);
});
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