Socket
Socket
Sign inDemoInstall

effects-as-data

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

effects-as-data - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

2

lib/demo/error-handling.spec.js

@@ -65,3 +65,3 @@ 'use strict';

errorStack: error.stack,
error: error.toString()
error: error
};

@@ -68,0 +68,0 @@

@@ -68,3 +68,3 @@ 'use strict';

errorStack: error.stack,
error: error.toString()
error: error
});

@@ -71,0 +71,0 @@ });

{
"name": "effects-as-data",
"version": "1.5.1",
"version": "1.5.2",
"description": "Express async workflows using pure functions.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -225,3 +225,3 @@ # Effects as Data

// errorStack: the stack trace,
// error: the error object toString()'d
// error: the error object
// }

@@ -228,0 +228,0 @@ log(payload)

@@ -45,3 +45,3 @@ const { run, failure, success } = require('../index')

errorStack: error.stack,
error: error.toString()
error
}

@@ -48,0 +48,0 @@

@@ -50,3 +50,3 @@ const {

errorStack: error.stack,
error: error.toString()
error
})

@@ -53,0 +53,0 @@ })

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