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.29 to 1.0.30

15

dist/constants/translations.d.ts

@@ -21,2 +21,7 @@ export declare const translations: {

};
form: {
passwordSecurity: string;
passwordlength: string;
passwordRegexRules: string;
};
};

@@ -42,2 +47,7 @@ en: {

};
form: {
passwordSecurity: string;
passwordLength: string;
passwordRegexRules: string;
};
};

@@ -63,4 +73,9 @@ pt: {

};
form: {
passwordSecurity: string;
passwordLength: string;
passwordRegexRules: string;
};
};
};
//# sourceMappingURL=translations.d.ts.map

@@ -821,2 +821,7 @@ (function (global, factory) {

},
form: {
passwordSecurity: "Elige una que no hayas usado y recuerda incluir:",
passwordlength: "Al menos 8 caracteres",
passwordRegexRules: "Al menos una mayúscula, una misnuscula y un número"
}
};

@@ -842,2 +847,7 @@ const en = {

},
form: {
passwordSecurity: "Choose one that you have not used before and remember to include:",
passwordLength: "At least 8 characters",
passwordRegexRules: "At least one uppercase, one lowercase, and one number"
}
};

@@ -863,2 +873,7 @@ const pt = {

},
form: {
passwordSecurity: "Escolha uma que você não usou antes e lembre-se de incluir:",
passwordLength: "Pelo menos 8 caracteres",
passwordRegexRules: "Pelo menos uma maiúscula, uma minúscula e um número"
}
};

@@ -912,2 +927,4 @@ const translations = {

${this.errorTemplate}
${this.hintTemplate}
`;

@@ -914,0 +931,0 @@ }

2

package.json
{
"version": "1.0.29",
"version": "1.0.30",
"name": "@seliaco/giant-panda-components",

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

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