Chellappan

51.5K posts

Chellappan banner
Chellappan

Chellappan

@chellaInTech

#Angular #React #JS #webcomponent #NodeJS #Design Systems #Next.js #FrontEndDev #ChennayinFC-è nel sangue @chennaiyinfc junior vibe coder.

Your heart Entrou em Mayıs 2013
3.6K Seguindo1.3K Seguidores
Chellappan retweetou
Ankita Kulkarni
Ankita Kulkarni@kulkarniankita9·
Stop calling "redirect()" inside a try/catch block in Next.js 💡 Here's Why When you add a "redirect()" from "next/navigation" in a try/catch block The redirect() throws a special internal error on purpose and that's how Next.js knows to redirect the user However, if you add redirect in a try block, your catch block will catch it and the user won't redirect 🧠 The Fix → Move redirect() outside the try/catch block
Ankita Kulkarni tweet media
English
2
2
8
342
Chellappan retweetou
Mystica🦋
Mystica🦋@mysticainf·
back to writing this year.. wrote couple of posts about nom dependencies and npm installation strategies. check it out: mystica.me/bytes/npm-depe…
English
1
1
3
118
Chellappan retweetou
Aurora Scharff
Aurora Scharff@aurorascharff·
Before Cache Components, one 𝚌𝚘𝚘𝚔𝚒𝚎𝚜() call in your layout made every page dynamic. The precompute pattern encodes request data into the URL to keep pages static. How it works, when Cache Components replace it, and where it still matters ↓ aurorascharff.no/posts/the-prec…
English
1
8
58
1.5K
Chellappan
Chellappan@chellaInTech·
Hi All Im using the Image component with CloudFront. All domains are in remotePatterns, and it works locally. After deployment remote images fail to load. I even tried a custom loade no luck. Any tips on debugging this post-deployment? @cramforce @samselikoff @timneutkens
English
0
0
0
34
Chellappan retweetou
MDN Web Docs
MDN Web Docs@MozDevNet·
🆕 Document.caretPositionFromPoint() is Newly Available! Give it an (x, y) coordinate and get back the exact DOM node and character offset. Perfect for click-to-edit interfaces. Check it out 👇 developer.mozilla.org/en-US/docs/Web…
MDN Web Docs tweet media
English
1
28
253
11.4K
Chellappan retweetou
Vercel Developers
Vercel Developers@vercel_dev·
The Vercel security and compute teams have conducted an investigation into the malicious takeover of the 𝚊𝚡𝚒𝚘𝚜@𝟷.𝟷𝟺.𝟷 npm package. • We’ve blocked outgoing access from our build infrastructure to the Command & Control hostname 𝚜𝚏𝚛𝚌𝚕𝚊𝚔.𝚌𝚘𝚖. • The malicious version of the package has been blocked and unpublished from npm. • Vercel’s own infrastructure and applications have been unaffected. • We recommend checking your supply chain for exposure. For more information, read the full advisory ↓ vercel.com/changelog/axio…
English
16
101
554
79.4K
Chellappan retweetou
Google Maps
Google Maps@googlemaps·
Ask Maps is now available to everyone in the U.S. and India. Here are six prompts to get you started. 🧵
English
172
528
5.7K
671.2K
Chellappan retweetou
Andrej Karpathy
Andrej Karpathy@karpathy·
New supply chain attack this time for npm axios, the most popular HTTP client library with 300M weekly downloads. Scanning my system I found a use imported from googleworkspace/cli from a few days ago when I was experimenting with gmail/gcal cli. The installed version (luckily) resolved to an unaffected 1.13.5, but the project dependency is not pinned, meaning that if I did this earlier today the code would have resolved to latest and I'd be pwned. It's possible to personally defend against these to some extent with local settings e.g. release-age constraints, or containers or etc, but I think ultimately the defaults of package management projects (pip, npm etc) have to change so that a single infection (usually luckily fairly temporary in nature due to security scanning) does not spread through users at random and at scale via unpinned dependencies. More comprehensive article: stepsecurity.io/blog/axios-com…
Feross@feross

🚨 CRITICAL: Active supply chain attack on axios -- one of npm's most depended-on packages. The latest axios@1.14.1 now pulls in plain-crypto-js@4.2.1, a package that did not exist before today. This is a live compromise. This is textbook supply chain installer malware. axios has 100M+ weekly downloads. Every npm install pulling the latest version is potentially compromised right now. Socket AI analysis confirms this is malware. plain-crypto-js is an obfuscated dropper/loader that: • Deobfuscates embedded payloads and operational strings at runtime • Dynamically loads fs, os, and execSync to evade static analysis • Executes decoded shell commands • Stages and copies payload files into OS temp and Windows ProgramData directories • Deletes and renames artifacts post-execution to destroy forensic evidence If you use axios, pin your version immediately and audit your lockfiles. Do not upgrade.

English
535
1.1K
10.4K
1.3M
Chellappan retweetou
Socket
Socket@SocketSecurity·
🚨 Active supply chain attack on axios@1.14.1. The latest version pulls in plain-crypto-js@4.2.1 -- a brand-new package that didn't exist before today. Socket's AI analysis flags it as a malicious obfuscated dropper: runtime deobfuscation, dynamic execSync loading, payload staging to temp/ProgramData directories, and post-execution artifact deletion. Consistent with supply chain malware. We're still investigating. If you use axios, pin your version and audit your lockfile.
English
10
246
1K
230.9K
Chellappan retweetou
Feross
Feross@feross·
🚨 CRITICAL: Active supply chain attack on axios -- one of npm's most depended-on packages. The latest axios@1.14.1 now pulls in plain-crypto-js@4.2.1, a package that did not exist before today. This is a live compromise. This is textbook supply chain installer malware. axios has 100M+ weekly downloads. Every npm install pulling the latest version is potentially compromised right now. Socket AI analysis confirms this is malware. plain-crypto-js is an obfuscated dropper/loader that: • Deobfuscates embedded payloads and operational strings at runtime • Dynamically loads fs, os, and execSync to evade static analysis • Executes decoded shell commands • Stages and copies payload files into OS temp and Windows ProgramData directories • Deletes and renames artifacts post-execution to destroy forensic evidence If you use axios, pin your version immediately and audit your lockfiles. Do not upgrade.
English
530
4.1K
16.3K
11.9M
Chellappan retweetou
Wes Bos
Wes Bos@wesbos·
‼️Do not npm install or deploy anything right now Supply chain attack on axios 1.14.1 - even if you don’t use axios it may be a nested dep. Pin versions or wait until this is resolved
Maxwell@mvxvvll

@npmjs @GHSecurityLab there is an active supply chain attack on axios@1.14.1 which pulls in a malicious package published today - plain-crypto-js@4.2.1 - someone took over a maintainer account for Axios

English
168
1.8K
9K
1.6M
Chellappan retweetou
Addy Osmani
Addy Osmani@addyosmani·
I can't remember the last time I was truly stuck on a coding problem. AI agents changed this. Going from "sometimes blocked" to "always moving" is wild.
English
71
52
493
30.4K
Chellappan retweetou
Chellappan retweetou
Alex Inkin
Alex Inkin@Waterplea·
#AngularTip for the day! You can trigger InjectionToken factory by providing it: { provide: TOKEN }. In case you ever need a default token value again, check out this snippet:
Alex Inkin tweet media
English
1
3
51
3K
Chellappan retweetou
GitHub
GitHub@github·
🆕 The Awesome GitHub Copilot project has a new home. Head over to explore hundreds of community-built customizations: 🔍 Full-text search for agents and skills 📚 A dedicated Learning Hub ⚡ 1-click plugin installs for Copilot CLI & @code Built by the community, for the community. Check it out.👇 awesome-copilot.github.com
English
17
100
508
47.2K