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

@ombori/ga-thermal-printer

Package Overview
Dependencies
Maintainers
16
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ombori/ga-thermal-printer - npm Package Compare versions

Comparing version 1.6.0 to 1.7.6

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.7.6](https://github.com/ombori/gridapp/compare/v1.7.5...v1.7.6) (2020-07-24)
### Bug Fixes
* websocket ([0579fa8](https://github.com/ombori/gridapp/commit/0579fa850fda2fd565db161490151a2a0e2800b0))
# [1.6.0](https://github.com/ombori/gridapp/compare/v1.5.15...v1.6.0) (2020-07-22)

@@ -8,0 +19,0 @@

2

dist/index.js

@@ -6,3 +6,3 @@ "use strict";

const createPrinter = () => {
const socket = new WebSocket('ws://GdmAgent:8080');
const socket = new WebSocket('wss://GdmAgent:8080');
const thermalPrinter = new node_thermal_printer_1.printer({

@@ -9,0 +9,0 @@ type: node_thermal_printer_1.types.EPSON,

{
"name": "@ombori/ga-thermal-printer",
"version": "1.6.0",
"version": "1.7.6",
"main": "dist/index.js",

@@ -21,3 +21,3 @@ "license": "MIT",

},
"gitHead": "de6570942855a8c4a5e510768ec9662d7bd51de5"
"gitHead": "58910768b301b1745ed4dd9d4a97cb883d263241"
}

@@ -6,3 +6,3 @@ import { printer as ThermalPrinter, types as PrinterTypes } from 'node-thermal-printer';

const createPrinter = () => {
const socket = new WebSocket('ws://GdmAgent:8080');
const socket = new WebSocket('wss://GdmAgent:8080');
const thermalPrinter = new ThermalPrinter({

@@ -9,0 +9,0 @@ type: PrinterTypes.EPSON,

Sorry, the diff of this file is not supported yet

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