
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
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.
@octra/annotation
Advanced tools
library containing annotation related classes and functions used by OCTRA (e.g. file converters)
This library offers all annotation related classes and functions used by Octra. It uses AnnotJSON file format as base model. Here you can also find all Annotation converters used by Octra.
npm install --save @octra/annotation
You have two options to install this package und use it as UMD:
a) Install via NPM and reference local files (no internet connection needed om production).
<script type="application/javascript" src="node_modules/@octra/annotation/index.umd.js"></script>
b) Reference remote file (internet connection needed on production).
<script type="application/javascript" src="https://unpkg.com/@octra/annotation/index.umd.js"></script>
Import the classes and functions from @octra/annotation. For example
import { Level } from '@octra/annotation';
const annotation = new OctraAnnotation();
const level = annotation.addLevel(new OctraAnnotation.createSegmentLevel('OCTRA_1'));
annotation.addItemToCurrentLevel(new SampleUnit(123456, 22050), [new OLabel('OCTRA_1', 'hello world')]);
All functions and classes are available via global scope OctraAnnotation. For example:
/*
make sure that you have injected the umd bundle as described before.
*/
const annotation = new OctraAnnotation.OctraAnnotation();
const level = annotation.addLevel(new OctraAnnotation.OctraAnnotation.createSegmentLevel('OCTRA_1'));
annotation.addItemToCurrentLevel(new OctraAnnotation.SampleUnit(123456, 22050), [new OctraAnnotation.OLabel('OCTRA_1', 'hello world')]);
You can find more information about classes and functions of @octra/annotation here.
FAQs
library containing annotation related classes and functions used by OCTRA (e.g. file converters)
We found that @octra/annotation demonstrated a healthy version release cadence and project activity because the last version was released less than 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
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.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.