
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
@aesthetic/core
Advanced tools
Aesthetic is a powerful type-safe, framework agnostic, CSS-in-JS library for styling components.
Unifies a design system and a CSS-in-JS engine into a powerful framework agnostic API.
import { Aesthetic } from '@aesthetic/core';
import dayTheme from './design/system/dayTheme';
import nightTheme from './design/system/nightTheme';
const aesthetic = new Aesthetic({
defaultUnit: 'px',
deterministicClasses: false,
});
// Register a theme (provided by the design system)
aesthetic.registerDefaultTheme('day', dayTheme);
// Register a theme that has global styles
aesthetic.registerTheme('night', nightTheme, (css) => ({
'@root': css.mixin('root', {
backgroundColor: css.var('palette-neutral-bg-base'),
height: '100%',
}),
}));
// Create a component style sheet
const styleSheet = aesthetic.createStyleSheet((css) => ({
button: {
textAlign: 'center',
display: 'inline-block',
padding: css.var('spacing-df'),
},
}));
// Render the style sheet into the document
const classNames = aesthetic.renderStyleSheet(styleSheet);
Though the core API is framework agnostic and can be used stand-alone, it's encouraged to use a framework integration package for better ergonomics.
Supports all features provided by unified packages, while also providing...
yarn add @aesthetic/core
FAQs
Aesthetic is a powerful type-safe, framework agnostic, CSS-in-JS library for styling components.
The npm package @aesthetic/core receives a total of 88 weekly downloads. As such, @aesthetic/core popularity was classified as not popular.
We found that @aesthetic/core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.