@useparagon/connect
Advanced tools
Comparing version 1.0.12 to 1.0.13-experimental.1
@@ -50,1 +50,9 @@ /** | ||
} | ||
export declare const isIntegrationError: (error: unknown) => boolean; | ||
/** | ||
* Parses an error message and determines if it represents an integration error. | ||
* | ||
* @param {string | Error} err - The error message or Error object to parse. | ||
* @returns {boolean} - True if the error represents an integration error, false otherwise. | ||
*/ | ||
export declare function errorMessageParser(err: string | Error): boolean; |
{ | ||
"name": "@useparagon/connect", | ||
"version": "1.0.12", | ||
"version": "1.0.13-experimental.1", | ||
"description": "Embed integrations into your app with the Paragon SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
161468
2184
2