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 3.0.1 to 3.1.0

__tests__/connection/WebBluetooth.spec.ts

1

dist/connection/index.d.ts
/// <reference types="node" />
export { default as InMemory } from './InMemory';
export { default as WebUSB } from './WebUSB';
export { default as WebBluetooth } from './WebBluetooth';
export interface Connection {

@@ -5,0 +6,0 @@ open(): Promise<void>;

4

dist/connection/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WebUSB = exports.InMemory = void 0;
exports.WebBluetooth = exports.WebUSB = exports.InMemory = void 0;
var InMemory_1 = require("./InMemory");

@@ -8,2 +8,4 @@ Object.defineProperty(exports, "InMemory", { enumerable: true, get: function () { return InMemory_1.default; } });

Object.defineProperty(exports, "WebUSB", { enumerable: true, get: function () { return WebUSB_1.default; } });
var WebBluetooth_1 = require("./WebBluetooth");
Object.defineProperty(exports, "WebBluetooth", { enumerable: true, get: function () { return WebBluetooth_1.default; } });
//# sourceMappingURL=index.js.map
{
"name": "escpos-buffer",
"version": "3.0.1",
"version": "3.1.0",
"description": "Library to generate buffer for thermal printers.",

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

"@types/w3c-web-usb": "1.0.6",
"@types/web-bluetooth": "^0.0.16",
"jest": "^29.4.1",

@@ -43,0 +44,0 @@ "prettier": "^2.8.3",

export { default as InMemory } from './InMemory';
export { default as WebUSB } from './WebUSB';
export { default as WebBluetooth } from './WebBluetooth';

@@ -4,0 +5,0 @@ export interface Connection {

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