Socket
Socket
Sign inDemoInstall

erreur

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

erreur - npm Package Compare versions

Comparing version 2.0.0-6 to 2.0.0-7

2

dist/mod.d.ts

@@ -61,3 +61,3 @@ declare const INTERNAL: unique symbol;

declare function match<Data>(error: unknown, type: ErreurDeclaration<Data>): Data | null;
declare type TypesBase = Record<string, ErreurTypeAny>;
declare type TypesBase = Record<string, any>;
declare type DataFromTypes<Types extends TypesBase> = {

@@ -64,0 +64,0 @@ [K in keyof Types]: {

{
"name": "erreur",
"version": "2.0.0-6",
"version": "2.0.0-7",
"description": "Type safe custom errors",

@@ -5,0 +5,0 @@ "keywords": [

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