Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-error-types

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-error-types - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

build/src/main.d.ts

@@ -50,3 +50,3 @@ import { ErrorName, OnCreate, ErrorType, ErrorParams } from 'error-type'

export type Result<T extends ErrorParams = ErrorParams> = {
[errorName in ErrorName]: ErrorType<T>
[errorName in ErrorName]: typeof ErrorType<T>
} & {

@@ -53,0 +53,0 @@ /**

{
"name": "create-error-types",
"version": "1.0.3",
"version": "1.0.4",
"type": "module",

@@ -49,3 +49,3 @@ "exports": "./build/src/main.js",

"dependencies": {
"error-type": "^1.3.0",
"error-type": "^1.3.1",
"is-plain-obj": "^4.1.0",

@@ -56,3 +56,3 @@ "normalize-exception": "^1.6.0"

"@ehmicky/dev-tasks": "^1.0.84",
"test-each": "^5.2.0"
"test-each": "^5.2.1"
},

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

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