You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

try-typescript

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

try-typescript - npm Package Compare versions

Comparing version

to
1.1.10

2

package.json
{
"name": "try-typescript",
"version": "1.1.9",
"version": "1.1.10",
"description": "This repository implements a Try class inspired by the Vavr library in Java. The Try class is a functional programming construct for handling computations that may succeed or fail. It encapsulates exceptions and streamlines error handling, reducing boilerplate code and enhancing code readability. ",

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

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

> [!CAUTION]
> This library is deprecated as it is now part of the new [func-typescript](https://github.com/francois-egner/func-typescript) library. New features will only be published in the new library.
# Try-Typescript

@@ -2,0 +5,0 @@