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

node-thermal-printer-poetic

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-thermal-printer-poetic - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

8

lib/core.js

@@ -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",

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