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

@meteorwallet/errors

Package Overview
Dependencies
Maintainers
0
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meteorwallet/errors - npm Package Compare versions

Comparing version 0.26.0 to 0.27.0

4

dist/esm/subtypes/MeteorErrorUnknown.d.ts

@@ -13,7 +13,7 @@ import { TMeteorErrorSubType } from "../MeteorError.types";

is: (err: any) => err is import("..").MeteorError<"Unknown", EErr_Unknown, IMeteorErrorUnknownContext>;
isObj: (err: any) => err is import("../MeteorError.types").IMeteorErrorObject<"Unknown", EErr_Unknown, IMeteorErrorUnknownContext>;
isObj: (err: any) => err is import("..").IMeteorErrorObject<"Unknown", EErr_Unknown, IMeteorErrorUnknownContext>;
fromId: <ID extends EErr_Unknown>(id: ID, idContext?: (ID extends EErr_Unknown.unhandled_error ? IMeteorErrorUnknownContext[ID] : never) | undefined) => import("..").MeteorError<"Unknown", EErr_Unknown, IMeteorErrorUnknownContext>;
fromIds: <ID extends EErr_Unknown>(ids: ID[], context?: Partial<IMeteorErrorUnknownContext> | undefined) => import("..").MeteorError<"Unknown", EErr_Unknown, IMeteorErrorUnknownContext>;
fromContext: (context: Partial<IMeteorErrorUnknownContext>) => import("..").MeteorError<"Unknown", EErr_Unknown, IMeteorErrorUnknownContext>;
fromDescriptor: (descriptor: import("../MeteorError.types").IMeteorErrorDescriptor<EErr_Unknown, IMeteorErrorUnknownContext>) => import("..").MeteorError<"Unknown", EErr_Unknown, IMeteorErrorUnknownContext>;
fromDescriptor: (descriptor: import("..").IMeteorErrorDescriptor<EErr_Unknown, IMeteorErrorUnknownContext>) => import("..").MeteorError<"Unknown", EErr_Unknown, IMeteorErrorUnknownContext>;
cast: (err: any) => import("..").MeteorError<"Unknown", EErr_Unknown, IMeteorErrorUnknownContext>;

@@ -20,0 +20,0 @@ castOrNull: (err: any) => import("..").MeteorError<"Unknown", EErr_Unknown, IMeteorErrorUnknownContext> | null;

{
"name": "@meteorwallet/errors",
"version": "0.26.0",
"version": "0.27.0",
"description": "Error handling for Meteor Wallet",

@@ -26,3 +26,3 @@ "files": [

"dependencies": {
"@meteorwallet/utils": "0.26.0"
"@meteorwallet/utils": "0.27.0"
},

@@ -29,0 +29,0 @@ "repository": {

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