
Research
/Security News
OpenAPI React Query Codegen Compromised in Mini Shai-Hulud npm Supply Chain Attack
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.
@aurorajs.dev/core-front
Advanced tools
Shared TypeScript library for Aurora frontend projects. Provides domain-level utilities and decorators for managing common UI interactions.
npm install @aurorajs.dev/core-front
| Package | Version |
|---|---|
@aurorajs.dev/core-common | ^1.0.3 |
import { BlurActiveElement } from '@aurorajs.dev/core-front';
@BlurActiveElement()Method decorator that blurs the currently focused DOM element before executing the decorated method. Prevents UI side effects (visible tooltips, pending validations, virtual keyboard) when users trigger actions while an input still has focus.
class MyComponent {
@BlurActiveElement()
onSubmit(): void {
// the active element is blurred before this runs
}
}
# Install dependencies
npm install
# Dev mode with watch
npm run start:dev
# Build
npm run build
# Tests
npm test
npm run test:watch
npm run test:cov
# Formatting & linting
npm run format
npm run lint
Built with tsup producing dual CJS/ESM output targeting ES2021:
| Output | Path |
|---|---|
| ESM | dist/index.js |
| CJS | dist/index.cjs |
| Type declarations | dist/index.d.ts |
make publish
MIT
FAQs
Aurora npm core front package
The npm package @aurorajs.dev/core-front receives a total of 12 weekly downloads. As such, @aurorajs.dev/core-front popularity was classified as not popular.
We found that @aurorajs.dev/core-front 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.

Research
/Security News
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.

Security News
Socket joins more than 100 technology, cybersecurity, and financial organizations calling for a global surge in cyber defense.

Product
Enterprise security teams can now detect malware, credential theft, suspicious network activity, and risky updates across Microsoft Edge extensions.