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.17 to 1.0.18

dist/constants/assets.d.ts

20

dist/index.js

@@ -849,3 +849,3 @@ (function (global, factory) {

constructor() {
super(...arguments);
super();
this.lang = 'es';

@@ -856,6 +856,16 @@ this.formValue = {

};
console.log('login-form mounted');
}
getSlot(slotName) {
return this.querySelector(`[slot="${slotName}"]`);
get header() {
return x `
header
`;
}
;
get footer() {
return x `
footer
`;
}
;
validateOrigin() {

@@ -891,3 +901,3 @@ const validOrigins = ['usr', 'spe', 'b2b'];

<div class="login-form">
${this.getSlot('header')}
${this.header}
<div>${titleText}</div>

@@ -913,3 +923,3 @@ <div>${subtitleText}</div>

</button-component>
${this.getSlot('footer')}
${this.footer}
</div>

@@ -916,0 +926,0 @@ `;

@@ -5,5 +5,7 @@ import { LitElement } from 'lit';

origin: 'usr' | 'spe' | 'b2b';
constructor();
static styles: import("lit").CSSResult;
private formValue;
private getSlot;
private get header();
private get footer();
private validateOrigin;

@@ -10,0 +12,0 @@ private get translations();

{
"version": "1.0.17",
"version": "1.0.18",
"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