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

@useparagon/connect

Package Overview
Dependencies
Maintainers
7
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@useparagon/connect - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13-experimental.1

8

dist/src/utils/http.d.ts

@@ -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;

2

package.json
{
"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

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