Socket
Socket
Sign inDemoInstall

escpos-buffer

Package Overview
Dependencies
33
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

1

dist/index.d.ts

@@ -8,1 +8,2 @@ export * from './actions';

export { default as Printer } from './Printer';
export { PNG } from 'pngjs';

@@ -14,2 +14,4 @@ "use strict";

exports.Printer = Printer_1.default;
var pngjs_1 = require("pngjs");
exports.PNG = pngjs_1.PNG;
//# sourceMappingURL=index.js.map

3

package.json
{
"name": "escpos-buffer",
"version": "2.0.0",
"version": "2.0.1",
"description": "Library to generate buffer for thermal printers.",

@@ -39,2 +39,3 @@ "author": "GrandChef Team <desenvolvimento@grandchef.com.br>",

"@types/node": "^12.12.5",
"@types/pngjs": "^6.0.1",
"@types/w3c-web-usb": "1.0.4",

@@ -41,0 +42,0 @@ "jest": "~24.9.0",

@@ -8,1 +8,2 @@ export * from './actions';

export { default as Printer } from './Printer';
export { PNG } from 'pngjs';

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc