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.3.0 to 0.3.1

1

build/args/image.js

@@ -20,2 +20,3 @@ import { BasicCPCLArg } from "./basic";

const processer = new Pbita({
command: 'cpcl',
threshold: this.threshold,

@@ -22,0 +23,0 @@ compress: this.compress,

5

build/args/mag.js

@@ -17,4 +17,7 @@ import { CPCLCommand } from "@psdk/frame-father";

case CFont.TSS20:
fontEntity = new FontEntity(1, 1, 6, 1, 20);
fontEntity = new FontEntity(1, 1, 6, 0, 20);
break;
case CFont.TSS20_MAX1:
fontEntity = new FontEntity(1, 1, 6, 0, 40);
break;
case CFont.TSS24:

@@ -21,0 +24,0 @@ fontEntity = new FontEntity(1, 1, 24, 0, 24);

{
"name": "@psdk/cpcl",
"version": "0.3.0",
"version": "0.3.1",
"description": "psdk",

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

"dependencies": {
"@psdk/frame-father": "0.3.0",
"@psdk/frame-imageb": "0.3.0"
"@psdk/frame-father": "0.3.1",
"@psdk/frame-imageb": "0.3.1"
},

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

],
"gitHead": "9796259a6a24ae7e334340f6c28d5ae9b3e45401"
"gitHead": "e6a5cd6d59ef0ae61226a47d72fbe059a787d291"
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc