New:Socket for Asana Is Now Available.Learn more
Get Started

stackless-sdk

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stackless-sdk - npm Package Compare versions

Comparing version
0.1.71
to
0.2.2
+2
-2
package.json
{
"name": "stackless-sdk",
"version": "0.1.71",
"version": "0.2.2",
"description": "CLI-backed Stackless client for Node and Bun",
"type": "module",
"license": "MIT",
"license": "(MIT OR Apache-2.0)",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

# stackless-sdk
TypeScript client for [Stackless](https://github.com/snowmead/stackless). It shells out to the `stackless` CLI with `--json` and parses stdout envelopes. It does **not** embed the Rust Engine (unlike the in-process Rust `Client::system()`).
TypeScript SDK for [stackless](https://github.com/snowmead/stackless). Published
as [`stackless-sdk`](https://www.npmjs.com/package/stackless-sdk) on npm. Speaks
the JSON protocol (`../PROTOCOL.md`) via the `stackless` CLI.

@@ -5,0 +7,0 @@ ## Install