Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@-0/spool

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@-0/spool - npm Package Compare versions

Comparing version 0.2.94 to 0.2.95

2

lib/core/index.d.ts

@@ -1,1 +0,1 @@

export { cmd$, out$, run$, task$, keys_match, multiplex } from "./multiplex";
export { cmd$, out$, run$, task$, keys_match, multiplex, process_args } from "./multiplex";

@@ -1,1 +0,1 @@

export { cmd$, out$, run$, task$, keys_match, multiplex } from "./multiplex";
export { cmd$, out$, run$, task$, keys_match, multiplex, process_args } from "./multiplex";

@@ -66,4 +66,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

[[CMD_ARGS, CMD_SUB$], "AS"],
[[CMD_ARGS, CMD_ERRO, CMD_SUB$], "AER"],
[[CMD_ARGS, CMD_ERRO, CMD_RESO], "AES"],
[[CMD_ARGS, CMD_ERRO, CMD_SUB$], "AES"],
[[CMD_ARGS, CMD_ERRO, CMD_RESO], "AER"],
[[CMD_ARGS, CMD_RESO, CMD_SUB$], "ARS"],

@@ -74,2 +74,3 @@ [[CMD_ARGS, CMD_ERRO, CMD_RESO, CMD_SUB$], "AERS"]

const args_type = stringify_type(args);
log({ args_type });
switch (args_type) {

@@ -79,3 +80,3 @@ case "PRIMITIVE":

case "ARRAY":
return args;
return { args_type, args };
case "UNARY":

@@ -82,0 +83,0 @@ return yield process_args(acc, args(acc));

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.2.94",
"version": "0.2.95",
"description": "SPA framework built on top of http://thi.ng/umbrella ecosystem",

@@ -45,3 +45,3 @@ "main": "./lib/index.js",

"@-0/keys": "^0.2.87",
"@-0/utils": "^0.2.85"
"@-0/utils": "^0.2.86"
},

@@ -48,0 +48,0 @@ "devDependencies": {

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