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

@seliaco/giant-panda-components

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seliaco/giant-panda-components - npm Package Compare versions

Comparing version 1.0.23-snapshot-12 to 1.0.23-snapshot-13

57

dist/index.js

@@ -1055,34 +1055,35 @@ (function (global, factory) {

subtitle="${this.subtitle}">
<template slot="content">
<div class="login-form" >
<email-component
class="login-form-field"
label="${emailLabel}"
value="${this.formValue.email}"
@change="${this.handleEmailChange}">
</email-component>
<div class="login-form" slot="content">
<email-component
class="login-form-field"
label="${emailLabel}"
value="${this.formValue.email}"
@change="${this.handleEmailChange}">
</email-component>
<password-component
class="login-form-field"
label="${passwordLabel}"
value="${this.formValue.password}"
enabledRegex
@change="${this.handlePasswordChange}">
</password-component>
<password-component
class="login-form-field"
label="${passwordLabel}"
value="${this.formValue.password}"
enabledRegex
@change="${this.handlePasswordChange}">
</password-component>
<div class="content-title" @click="${this.handleForgotPassword}">
${forgotText}
</div>
<div class="content-title" @click="${this.handleForgotPassword}">
${forgotText}
<button-component
class="login-form-field"
width="100%"
size="lg"
@click="${this.handleSubmit}"
>
${submitText}
</button-component>
${this.footer}
</div>
<button-component
class="login-form-field"
width="100%"
size="lg"
@click="${this.handleSubmit}"
>
${submitText}
</button-component>
${this.footer}
</div>
</template>
</wrapper-auth>

@@ -1089,0 +1090,0 @@ `;

{
"version": "1.0.23-snapshot-12",
"version": "1.0.23-snapshot-13",
"name": "@seliaco/giant-panda-components",

@@ -4,0 +4,0 @@ "type": "module",

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