New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

early-return

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

early-return - npm Package Compare versions

Comparing version

to
0.1.1

2

index.ts

@@ -14,3 +14,3 @@ let result: any

try {
method()
result = method()
} catch (_error) {

@@ -17,0 +17,0 @@ // TODO forward otherwise thrown errors.

{
"name": "early-return",
"description": "Helper to facilitate early returns across function stack in JavaScript.",
"version": "0.1.0",
"version": "0.1.1",
"repository": "github:tobua/early-return",

@@ -6,0 +6,0 @@ "license": "MIT",