
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@testlio/panthera
Advanced tools
*With Testlio 3.0 we developed a scalable design system called Panthera. The name Panthera came from the Lion theme at Testlio. Lion has a scientific name “Panthera leo” and it belongs to a group of cats called Panthera which is a genus within the family
With Testlio 3.0 we developed a scalable design system called Panthera. The name Panthera came from the Lion theme at Testlio. Lion has a scientific name “Panthera leo” and it belongs to a group of cats called Panthera which is a genus within the family of Felidae. It aligns well as a Design System is the single source of truth which groups all the elements that will allow the teams to design, realize and develop a product.
To use the library in your application, npm install @testlio/panthera
.
Import components with eg. import { Button, Card } from '@testlio/panthera';
Import component-specific types with import { TTableSortDirection } from 'panthera/primitives/Table';
Develop locally by running styleguide. There are two options:
npm run styleguide
docker-compose up -d panthera
in Compose
folder. Styleguidist is served on port 6060
-> http://local.testlio:6060/
.npm install @testlio/panthera
on the receiving endnpm pack
in Pantheranode_modules/@testlio/panthera
foldernode_modules/@testlio/panthera
folder with the contents of the new package
foldernpm pack
npm version patch | minor | major
, depending on the scope of changes since the last publish (bugfixes | new features | breaking changes). npm version prerelease --preid=YOUR_FEATURE_HERE
if you'd like to publish a package for testing in staging.git push --follow-tags
approve publish npm package
task once availableIf the component needs to be deprecated please do the following:
/**
* @deprecated Please use NewComponentName component instead.
*/
const ComponentName = () => {
...
}
***Component is deprecated, please use [NewComponentName](#newcomponentname) component instead!***
FAQs
*With Testlio 3.0 we developed a scalable design system called Panthera. The name Panthera came from the Lion theme at Testlio. Lion has a scientific name “Panthera leo” and it belongs to a group of cats called Panthera which is a genus within the family
The npm package @testlio/panthera receives a total of 93 weekly downloads. As such, @testlio/panthera popularity was classified as not popular.
We found that @testlio/panthera demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 23 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.