node-thermal-printer-poetic
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -41,4 +41,3 @@ var fs = require('fs'), | ||
execute: function(cb){ | ||
execute: function(cb) { | ||
if(printerConfig.ip){ | ||
@@ -55,2 +54,7 @@ var printer = net.connect( | ||
printer.end(); | ||
if ("function" === typeof cb) { | ||
cb(); | ||
} else { | ||
console.log("Print done"); | ||
} | ||
} | ||
@@ -57,0 +61,0 @@ ); |
{ | ||
"name": "node-thermal-printer-poetic", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Made to work with Epson and Star thermal printers", | ||
@@ -5,0 +5,0 @@ "main": "node-thermal-printer.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
102582
1365
2