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.55 to 0.2.56

4

build/args/line.d.ts
import { CommandClause } from "@psdk/frame-father";
import { BasicCPCLArg } from "./basic";
export declare class CLine extends BasicCPCLArg<CLine> {
private lineWidth;
private width;
private startX;

@@ -14,3 +14,3 @@ private startY;

*/
lineWidth?: number;
width?: number;
/**

@@ -17,0 +17,0 @@ * 左上角x坐标

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

super();
this.lineWidth = (_a = options === null || options === void 0 ? void 0 : options.lineWidth) !== null && _a !== void 0 ? _a : 0;
this.width = (_a = options === null || options === void 0 ? void 0 : options.width) !== null && _a !== void 0 ? _a : 0;
this.startX = (_b = options === null || options === void 0 ? void 0 : options.startX) !== null && _b !== void 0 ? _b : 0;

@@ -24,3 +24,3 @@ this.startY = (_c = options === null || options === void 0 ? void 0 : options.startY) !== null && _c !== void 0 ? _c : 0;

.appendNumber(this.endY)
.appendNumber(this.lineWidth)
.appendNumber(this.width)
.clause();

@@ -27,0 +27,0 @@ }

{
"name": "@psdk/cpcl",
"version": "0.2.55",
"version": "0.2.56",
"description": "psdk",

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

"dependencies": {
"@psdk/frame-father": "0.2.55",
"@psdk/frame-imageb": "0.2.55"
"@psdk/frame-father": "0.2.56",
"@psdk/frame-imageb": "0.2.56"
},

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

],
"gitHead": "7c6391f1508dfee01d447694aef4200d3741414f"
"gitHead": "d9f7956fc95c14f3986caa8209f496326ecdd8b5"
}

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