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

tryumph

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tryumph - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

1

dist/index.js

@@ -7,3 +7,2 @@ "use strict";

exports.when = exports.tryFn$ = exports.try$ = exports.Err = exports.Ok = void 0;
console.warn("experimental library, not ready for production use. everything maybe subject to change!");
const result_1 = require("./result");

@@ -10,0 +9,0 @@ Object.defineProperty(exports, "Ok", { enumerable: true, get: function () { return result_1.Ok; } });

2

package.json
{
"name": "tryumph",
"version": "1.0.8",
"version": "1.0.9",
"description": "Bring the \"Umph\" to the javascript's async error handling",

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

# tryumph
![GitHub License](https://img.shields.io/github/license/rzvxa/tryumph)
[![GitHub License](https://img.shields.io/github/license/rzvxa/tryumph)](https://github.com/rzvxa/tryumph/blob/master/LICENSE)
[![Test](https://github.com/rzvxa/tryumph/actions/workflows/test.yml/badge.svg)](https://github.com/rzvxa/tryumph/actions/workflows/test.yml)
![Coveralls branch](https://img.shields.io/coverallsCoverage/github/rzvxa/tryumph)
[![Coveralls branch](https://img.shields.io/coverallsCoverage/github/rzvxa/tryumph)](https://github.com/rzvxa/tryumph/tree/master/tests)
[![Static Badge](https://img.shields.io/badge/visit-docs-brightgreen?link=https%3A%2F%2Fgoogle.com)](https://rzvxa.github.io/tryumph/index.html)

@@ -108,7 +109,10 @@ Bring the "Umph" back to the JavaScript error handling!

## Documentation
You can read the documentation over [here](https://rzvxa.github.io/tryumph/index.html).
## Roadmap
- [ ] Make it feature complete
- [x] Make it feature complete
- [ ] Write additional tests to cover more edge cases
- [ ] Full documentation
- [x] Full documentation
- [ ] Examples

@@ -115,0 +119,0 @@ - [ ] Publish production-ready release

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