Socket
Socket
Sign inDemoInstall

@psdk/esc

Package Overview
Dependencies
7
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.62 to 0.2.63

build/args/info.d.ts

2

build/args/index.d.ts

@@ -24,2 +24,4 @@ export * from './backlinedot';

export * from './wakeup';
export * from './info';
export * from './bttype';
//# sourceMappingURL=index.d.ts.map

@@ -40,1 +40,3 @@ "use strict";

__exportStar(require("./wakeup"), exports);
__exportStar(require("./info"), exports);
__exportStar(require("./bttype"), exports);

@@ -62,2 +62,6 @@ import { Commander, ConnectedDevice, Lifecycle, PSDK } from '@psdk/frame-father';

/**
* 查询打印机所有信息
*/
info(): T;
/**
*查询打印机型号

@@ -64,0 +68,0 @@ */

9

build/impls/basic.js

@@ -7,3 +7,2 @@ "use strict";

const types_1 = require("../types");
const bttype_1 = require("../args/bttype");
class BasicESC extends frame_father_1.PSDK {

@@ -86,2 +85,8 @@ constructor(lifecycle) {

/**
* 查询打印机所有信息
*/
info() {
return super.push(new args_1.EInfo());
}
/**
*查询打印机型号

@@ -163,5 +168,5 @@ */

setBTType() {
return super.push(new bttype_1.EBTType());
return super.push(new args_1.EBTType());
}
}
exports.BasicESC = BasicESC;
{
"name": "@psdk/esc",
"version": "0.2.62",
"version": "0.2.63",
"description": "psdk",

@@ -48,4 +48,4 @@ "main": "build/index.js",

"dependencies": {
"@psdk/frame-father": "0.2.62",
"@psdk/frame-imageb": "0.2.62"
"@psdk/frame-father": "0.2.63",
"@psdk/frame-imageb": "0.2.63"
},

@@ -56,3 +56,3 @@ "files": [

],
"gitHead": "e939c90cbb3ee141431afc44c7711726fc0cd619"
"gitHead": "4f52b5a38db1ad1b2031e8ec82591b64d112ffa2"
}

Sorry, the diff of this file is not supported yet

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