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

@psychic-api/link

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@psychic-api/link - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

dist/index.esm.js

@@ -91,3 +91,3 @@ import { useState, useCallback, useEffect } from 'react';

setIsLoading(false);
onSuccessCallback(data.account_id);
onSuccessCallback({ accountId: data.account_id, connectorId: data.connector_id });
}

@@ -94,0 +94,0 @@ else {

@@ -93,3 +93,3 @@ 'use strict';

setIsLoading(false);
onSuccessCallback(data.account_id);
onSuccessCallback({ accountId: data.account_id, connectorId: data.connector_id });
}

@@ -96,0 +96,0 @@ else {

{
"name": "@psychic-api/link",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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