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.3.14 to 0.3.15

4

lib/core/multiplex.js

@@ -41,3 +41,5 @@ import { __awaiter } from "tslib";

case "PROMISE": {
const resolved = yield args.catch(e => e);
const resolved = yield args.catch(e => {
throw new Error(`Error in processArgs for args: ${args}. Error: ${e}`);
});
return yield processArgs(acc, resolved);

@@ -44,0 +46,0 @@ }

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

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

@@ -35,25 +35,25 @@ "main": "./lib/index.js",

"dependencies": {
"@-0/keys": "^0.3.17",
"@-0/utils": "^0.3.17"
"@-0/keys": "^0.3.19",
"@-0/utils": "^0.3.19"
},
"peerDependencies": {
"@thi.ng/paths": "^4.2.9",
"@thi.ng/rstream": "^6.0.10"
"@thi.ng/paths": "^4.2.12",
"@thi.ng/rstream": "^6.0.16"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@thi.ng/arrays": "^0.10.13",
"@thi.ng/associative": "5.2.6",
"@thi.ng/atom": "^4.1.37",
"@thi.ng/checks": "^2.9.8",
"@thi.ng/paths": "^4.2.9",
"@thi.ng/rstream": "^6.0.10",
"@thi.ng/transducers": "^7.7.4",
"@types/jest": "^26.0.24",
"@types/node": "^16.4.0",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"@babel/plugin-transform-modules-commonjs": "^7.15.0",
"@thi.ng/arrays": "^1.0.1",
"@thi.ng/associative": "5.2.11",
"@thi.ng/atom": "^4.1.40",
"@thi.ng/checks": "^2.9.10",
"@thi.ng/paths": "^4.2.12",
"@thi.ng/rstream": "^6.0.16",
"@thi.ng/transducers": "^7.8.3",
"@types/jest": "^27.0.1",
"@types/node": "^16.6.1",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"babel-jest": "^27.0.6",
"cross-env": "^7.0.3",
"eslint": "^7.31.0",
"eslint": "^7.32.0",
"eslint-plugin-jest": "^24.4.0",

@@ -64,2 +64,3 @@ "gh-pages": "^3.2.3",

"ts-jest": "^27.0.4",
"tslib": "^2.3.1",
"typescript": "^4.3.5"

@@ -66,0 +67,0 @@ },

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