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

@corbado/shared-ui

Package Overview
Dependencies
Maintainers
4
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@corbado/shared-ui - npm Package Compare versions

Comparing version 0.1.1-alpha.1 to 0.1.1-alpha.2

dist/utils/assetsList.d.ts

20

dist/index.d.ts

@@ -116,2 +116,3 @@ import './styles/index.css';

userAlreadyExists: string;
passkeyAlreadyExists: string;
unknownUser: string;

@@ -132,6 +133,13 @@ noPasskeyAvailable: string;

field_status: string;
deleteDialog_header: string;
deleteDialog_body: string;
deleteDialog_cancelButton: string;
deleteDialog_deleteButton: string;
dialog_delete: {
header: string;
body: string;
button_cancel: string;
button_confirm: string;
};
dialog_passkeyAlreadyExists: {
header: string;
body: string;
button_confirm: string;
};
};

@@ -279,5 +287,1 @@ };

export * from './flowHandler';
export declare const deleteSVG: any;
export declare const gmailSVG: any;
export declare const outlookSVG: any;
export declare const yahooSVG: any;

1

dist/utils/index.d.ts

@@ -6,1 +6,2 @@ export * from './themes';

export * from './helpers';
export * from './assetsList';
{
"name": "@corbado/shared-ui",
"version": "0.1.1-alpha.1",
"version": "0.1.1-alpha.2",
"description": "This package contains shared files for all the complete packages of Corbado for VanillaJS, React, Angular, Vue, etc.",

@@ -35,3 +35,3 @@ "author": "Abdullah Shahbaz <abdullah_ghani@live.com>",

"devDependencies": {
"@corbado/types": "^0.1.1-alpha.1",
"@corbado/types": "^0.1.1-alpha.2",
"@svgr/webpack": "^8.1.0",

@@ -54,6 +54,6 @@ "@types/ua-parser-js": "^0.7.39",

"dependencies": {
"@corbado/web-core": "^0.1.7-alpha.1",
"@corbado/web-core": "^0.1.7-alpha.2",
"ua-parser-js": "^1.0.37"
},
"gitHead": "b03d031d5a3cafdf798d2170d9c0c0803b3c9b4f"
"gitHead": "170d17f6c315a8e0ee26e8726ff547e3cc7f06d5"
}

@@ -0,0 +0,0 @@ # `@corbado/shared-ui`

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

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