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.51 to 0.2.52

3

build/args/bar.d.ts
import { CommandClause } from "@psdk/frame-father";
import { BasicCPCLArg } from "./basic";
import { CodeRotation } from "../types";
import { CodeType } from "../types";
import { CodeRotation, CodeType } from "../types";
export declare class CBar extends BasicCPCLArg<CBar> {

@@ -6,0 +5,0 @@ private x;

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

constructor(options) {
var _a, _b, _c, _d, _e, _f;
var _a, _b, _c, _d, _e, _f, _g;
super();

@@ -18,2 +18,3 @@ this.x = (_a = options === null || options === void 0 ? void 0 : options.x) !== null && _a !== void 0 ? _a : 0;

this.codeType = (_f = options === null || options === void 0 ? void 0 : options.codeType) !== null && _f !== void 0 ? _f : types_1.CodeType.CODE128;
this.codeRotation = (_g = options.codeRotation) !== null && _g !== void 0 ? _g : types_1.CodeRotation.ROTATION_0;
}

@@ -20,0 +21,0 @@ clause() {

{
"name": "@psdk/cpcl",
"version": "0.2.51",
"version": "0.2.52",
"description": "psdk",

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

"dependencies": {
"@psdk/frame-father": "0.2.51"
"@psdk/frame-father": "0.2.52"
},

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

],
"gitHead": "5cba4b931e47592392357c6aee9fc266050dc160"
"gitHead": "5208d7ff2b0c566b71705c67b06d2b9c8bb965db"
}

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