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

abend

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abend - npm Package Compare versions

Comparing version 0.0.3 to 1.0.0

2

package.json
{
"name": "abend",
"version": "0.0.3",
"version": "1.0.0",
"author": "Alan Gutierrez <alan@prettyrobots.com>",

@@ -5,0 +5,0 @@ "description": "Throw an error if there is an error.",

@@ -15,4 +15,3 @@ [![Build Status](https://travis-ci.org/bigeasy/abend.svg?branch=master)](https://travis-ci.org/bigeasy/abend) [![Coverage Status](https://coveralls.io/repos/bigeasy/abend/badge.svg?branch=master&service=github)](https://coveralls.io/github/bigeasy/abend?branch=master)

Abend's promise: I will unwind your stack and crash your program if it's the
last thing I do. It defeats any and all naive attempts to catch exceptions and
turn them into error events.
last thing I do. It defeats any and all naive attempts to catch exceptions.

@@ -29,3 +28,3 @@ Abend is part of the [Cadence](https://github.com/bigeasy/cadence) Universe.

If you are using Cadence, it won't be caught, because Cadence uses a trampoline
to invoke its user-specifed program logic. It bounces user functions on the
to invoke its user-specified program logic. It bounces user functions on the
trampoline, then it calls it's callback directly. There is no try/catch block

@@ -32,0 +31,0 @@ enveloping the callback.

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