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.5.15 to 0.5.16

8

package.json
{
"name": "@psdk/cpcl",
"version": "0.5.15",
"version": "0.5.16",
"description": "psdk - cpcl command sdk",

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

"dependencies": {
"@psdk/frame-father": "0.5.15",
"@psdk/frame-imageb": "0.5.15"
"@psdk/frame-father": "0.5.16",
"@psdk/frame-imageb": "0.5.16"
},

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

],
"gitHead": "a9b97b5b134051a206edb6be52890b06f8a66ec1"
"gitHead": "4a676190208c67d3cb4b044aee68156d1879a3f7"
}
@psdk/cpcl
===
psdk cpcl
```
npm i @psdk/cpcl
```
<!--harmony-->
## How to use
```js
const cpcl = CPCL.generic(lifecycle);
const reporter = await cpcl
.raw(Raw.binary(new Uint8Array([0x10, 0xff, 0xbf])))
.write({chunkSize: 512});
```
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