
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@youwol/attribute
Advanced tools
Allows to decompose series in other user-defined series.
Let say that you have a serie W with itemSize=6, meaning that items
are potentially components of symmetric rank 2 tensors of dimension 3.
Then, using this library, it is possible to get names and underlaying
series of decompositions. For instance, it is possible to get the components (itemSize=1),
eigen values (itemSize=1), eigen vectors(itemSize=3)... from this original W serie.
Example
// Create a manager according to a DataFrame df
const mng = new AttributeManager(df, [
new PositionDecomposer, // access to x, y and z
new EigenValuesDecomposer, // access to the eigen values
])
// Get names with itemSize = 1 (scalar)
const names = mng.names(1) // ['x', 'y', 'z', 'S1', 'S2', 'S3']
const S1 = mng.serie(1, 'S1')
Documentation can be found here
To install the required dependencies:
yarn
To build for development:
yarn build:dev
To build for production:
yarn build:prod
To test:
yarn test
FAQs
Unknown package
We found that @youwol/attribute demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.