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

@internetarchive/result-type

Package Overview
Dependencies
Maintainers
13
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@internetarchive/result-type - npm Package Compare versions

Comparing version 0.0.1-alpha.1 to 0.0.1

2

package.json
{
"name": "@internetarchive/result-type",
"version": "0.0.1-alpha.1",
"version": "0.0.1",
"description": "A generic Result interface for returning type-safe responses and errors.",

@@ -5,0 +5,0 @@ "author": "Internet Archive",

@@ -30,4 +30,4 @@ [![Build Status](https://github.com/internetarchive/iaux-result-type/actions/workflows/ci.yml/badge.svg?branch=main)) [![codecov](https://codecov.io/gh/internetarchive/iaux-result-type/branch/master/graph/badge.svg)](https://codecov.io/gh/internetarchive/iaux-result-type)

constructor(type: FooErrorType) {
super();
constructor(type: FooErrorType, message: string?) {
super(message);
this.type = type;

@@ -34,0 +34,0 @@ }

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