Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@trackstar/angular-trackstar-link

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trackstar/angular-trackstar-link - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+1
-1
package.json
{
"name": "@trackstar/angular-trackstar-link",
"version": "1.0.0",
"version": "1.0.1",
"description": "An Angular component for Trackstar Connect Modal",

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

@@ -64,3 +64,8 @@ # angular-trackstar-link

Use optional `integrationAllowList` and `integrationBlockList` props to determine the specific integrations to display. Both props take an string array of integration names.
Use optional `integrationsWithEndpoints`, `integrationAllowList` and `integrationBlockList` props to determine the specific integrations to display.
To only show integrations that support the `get_returns` and `create_return` endpoints use
```jsx
integrationsWithEndpoints={['get_returns', 'create_return']}
```
The other two props take in a string array of integration names.
To only show ShipBob and Ongoing integrations use

@@ -79,5 +84,5 @@ ```jsx

Use the `buttonId` prop to use multiple instances of `<TrackstarConnectButton>`. This is useful to have several buttons with different `integrationAllowList`'s to display. Each `<TrackstarConnectButton>` will need its own unique string for `buttonId`.
Use the `buttonId` prop to use multiple instances of `<TrackstarConnectButton`. This is useful to have several buttons with different `integrationAllowList`'s to display. Each `<TrackstarConnectButton` will need its own unique string for `buttonId`.
### Issues/Questions
Contact us at `support@trackstarhq.com`.