Socket
Socket
Sign inDemoInstall

@panora/embedded-card-react

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@panora/embedded-card-react - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

CHANGELOG.md

12

dist/index.d.ts
import * as react_jsx_runtime from 'react/jsx-runtime';
declare const Demo: () => react_jsx_runtime.JSX.Element;
interface ProviderCardProp {
name: string;
vertical: string;
projectId: string;
returnUrl: string;
linkedUserId: string;
optionalApiUrl?: string;
}
declare const PanoraProviderCard: ({ name, vertical, projectId, returnUrl, linkedUserId, optionalApiUrl }: ProviderCardProp) => react_jsx_runtime.JSX.Element;
export { Demo as default };
export { PanoraProviderCard as default };
{
"name": "@panora/embedded-card-react",
"version": "1.0.0",
"version": "1.1.0",
"description": "",

@@ -19,2 +19,12 @@ "main": "dist/index.js",

},
"dependencies": {
"@tanstack/react-query": "^5.12.2",
"react-loader-spinner": "^5.4.5",
"@panora/shared": "^1.1.0"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@tanstack/react-query": "^5.12.2"
},
"scripts": {

@@ -21,0 +31,0 @@ "build": "tsup"

@@ -32,3 +32,7 @@ {

// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
"paths": {
"@/*": [
"./src/*"
],
}, /* Specify a set of entries that re-map imports to additional lookup locations. */
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */

@@ -35,0 +39,0 @@ // "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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