Socket
Socket
Sign inDemoInstall

@psdk/cpcl

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@psdk/cpcl - npm Package Compare versions

Comparing version 0.2.45 to 0.2.50

2

build/args/bar.d.ts

@@ -25,3 +25,3 @@ import { CommandClause } from "@psdk/frame-father";

*/
content?: number;
content?: string;
/**

@@ -28,0 +28,0 @@ * 条码线宽度

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

this.y = (_b = options === null || options === void 0 ? void 0 : options.y) !== null && _b !== void 0 ? _b : 0;
this.content = (_c = options === null || options === void 0 ? void 0 : options.content) !== null && _c !== void 0 ? _c : 0;
this.content = (_c = options === null || options === void 0 ? void 0 : options.content) !== null && _c !== void 0 ? _c : '';
this.lineWidth = (_d = options === null || options === void 0 ? void 0 : options.lineWidth) !== null && _d !== void 0 ? _d : 0;

@@ -58,3 +58,3 @@ this.height = (_e = options === null || options === void 0 ? void 0 : options.height) !== null && _e !== void 0 ? _e : 0;

.appendNumber(this.y)
.appendNumber(this.content)
.appendText(this.content)
.clause();

@@ -61,0 +61,0 @@ }

@@ -0,0 +0,0 @@ import { Arg, EasyArg } from "@psdk/frame-father";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CommandClause } from "@psdk/frame-father";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CommandClause } from "@psdk/frame-father";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CommandClause } from "@psdk/frame-father";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { OnlyTextHeaderArg } from "@psdk/frame-father";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { OnlyTextHeaderArg } from "@psdk/frame-father";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { BasicCPCLArg } from "./basic";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,2 +1,23 @@

export * from './bar';
export * from './basic';
export * from './bold';
export * from './box';
export * from './feed';
export * from './form';
export * from './gap';
export * from './image';
export * from './inverse';
export * from './line';
export * from './mag';
export * from './page';
export * from './pageheight';
export * from './pagemode';
export * from './pagesetup';
export * from './pagewidth';
export * from './print';
export * from './qrcode';
export * from './status';
export * from './text';
export * from './underline';
export * from './watermark';
//# sourceMappingURL=index.d.ts.map

@@ -17,2 +17,23 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./bar"), exports);
__exportStar(require("./basic"), exports);
__exportStar(require("./bold"), exports);
__exportStar(require("./box"), exports);
__exportStar(require("./feed"), exports);
__exportStar(require("./form"), exports);
__exportStar(require("./gap"), exports);
__exportStar(require("./image"), exports);
__exportStar(require("./inverse"), exports);
__exportStar(require("./line"), exports);
__exportStar(require("./mag"), exports);
__exportStar(require("./page"), exports);
__exportStar(require("./pageheight"), exports);
__exportStar(require("./pagemode"), exports);
__exportStar(require("./pagesetup"), exports);
__exportStar(require("./pagewidth"), exports);
__exportStar(require("./print"), exports);
__exportStar(require("./qrcode"), exports);
__exportStar(require("./status"), exports);
__exportStar(require("./text"), exports);
__exportStar(require("./underline"), exports);
__exportStar(require("./watermark"), exports);

@@ -0,0 +0,0 @@ import { CommandClause } from "@psdk/frame-father";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CommandClause } from "@psdk/frame-father";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CommandClause } from "@psdk/frame-father";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CommandClause } from "@psdk/frame-father";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CommandClause } from "@psdk/frame-father";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CommandClause } from "@psdk/frame-father";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CommandClause } from "@psdk/frame-father";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CommandClause } from "@psdk/frame-father";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { OnlyTextHeaderArg } from "@psdk/frame-father";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CommandClause } from "@psdk/frame-father";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { OnlyBinaryHeaderArg } from "@psdk/frame-father";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CommandClause } from "@psdk/frame-father";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CommandClause } from "@psdk/frame-father";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CommandClause } from "@psdk/frame-father";

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Lifecycle } from "@psdk/frame-father";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { BasicCPCL } from "./basic";

@@ -0,0 +0,0 @@ "use strict";

export * from './generic';
export * from './cpcl';
//# sourceMappingURL=index.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export * from './impls';
export * from './args';
//# sourceMappingURL=index.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum CodeRotation {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum CorrectLevel {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from './text';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum CLocation {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum Mode {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum Rotation {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

{
"name": "@psdk/cpcl",
"version": "0.2.45",
"version": "0.2.50",
"description": "psdk",

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

"dependencies": {
"@psdk/frame-father": "0.2.45"
"@psdk/frame-father": "0.2.50"
},

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

],
"gitHead": "f50371b7b1d1f3888c493e86bba5dbf8224a8d91"
"gitHead": "e8db29e8b9301cf1a88872503ebe411a0147e46d"
}

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