Socket
Socket
Sign inDemoInstall

@psychic-api/link

Package Overview
Dependencies
9
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "@psychic-api/link",
"version": "1.1.0",
"version": "1.1.1",
"description": "",

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

@@ -53,2 +53,14 @@ # Psychic Link

### Open to a specific connector
By default, the Psychic modal displays a list of connectors for the user to pick. If you want the modal to open to a specific connector, such as Notion, use the optional `connectorId` parameter in the `open` function:
```
// Import the ConnectorId enum
import { usePsychicLink, ConnectorId } from '@psychic-api/link';
// Pass in the connector that you want to display to the user
open(accountId, ConnectorId.Notion);
```
## Troubleshooting

@@ -55,0 +67,0 @@ For assistance, join the Psychic community Slack [here](https://join.slack.com/t/psychicapi/shared_invite/zt-1ty1wz6w0-8jkmdvBpM5kj_Fh30EiCcg)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc