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.17 to 0.1.18

2

main.js

@@ -43,3 +43,3 @@ // Generated by CoffeeScript 1.10.0

Logger.prototype.stringify = function(text) {
if (text.stack && text instanceof Error) {
if (text instanceof Error && text.stack) {
text = text.stack;

@@ -46,0 +46,0 @@ } else if (text instanceof Object) {

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

],
"version": "0.1.17",
"version": "0.1.18",
"homepage": "https://github.com/frankrousseau/printit/",

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

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