Socket
Socket
Sign inDemoInstall

@jamashita/anden-error

Package Overview
Dependencies
2
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.15.0 to 2.16.0

2

dist/cjs/Errors.d.ts
import { RuntimeError } from './RuntimeError';
export declare class Errors<E extends Error = Error> extends RuntimeError implements Iterable<E> {
export declare class Errors<in out E extends Error = Error> extends RuntimeError implements Iterable<E> {
private readonly errors;

@@ -4,0 +4,0 @@ constructor(...errors: ReadonlyArray<E>);

import { RuntimeError } from './RuntimeError';
export declare class Errors<E extends Error = Error> extends RuntimeError implements Iterable<E> {
export declare class Errors<in out E extends Error = Error> extends RuntimeError implements Iterable<E> {
private readonly errors;

@@ -4,0 +4,0 @@ constructor(...errors: ReadonlyArray<E>);

{
"name": "@jamashita/anden-error",
"version": "2.15.0",
"version": "2.16.0",
"private": false,

@@ -28,3 +28,3 @@ "repository": {

"dependencies": {
"@jamashita/anden-type": "^2.8.0"
"@jamashita/anden-type": "^2.9.0"
},

@@ -31,0 +31,0 @@ "engines": {

import { Ambiguous, Kind } from '@jamashita/anden-type';
import { RuntimeError } from './RuntimeError';
export class Errors<E extends Error = Error> extends RuntimeError implements Iterable<E> {
export class Errors<in out E extends Error = Error> extends RuntimeError implements Iterable<E> {
private readonly errors: ReadonlyArray<E>;

@@ -6,0 +6,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc