
Security News
Open VSX Unblocks Extension IDs Used in Malware Campaign
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.
@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
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.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.