Tagged articles
11 articles
Page 1 of 1
ShiZhen AI
ShiZhen AI
Mar 31, 2026 · Information Security

Claude Code source map leak exposes 1,900+ files and hidden features

A mistakenly published source‑map file in Anthropic’s @anthropic‑ai/claude‑code npm package revealed over 1,900 TypeScript source files, 512,000 lines of code, and several unreleased “easter‑egg” features, prompting a community scramble and highlighting repeat supply‑chain oversights.

AnthropicClaude Codehidden features
0 likes · 9 min read
Claude Code source map leak exposes 1,900+ files and hidden features
MeowKitty Programming
MeowKitty Programming
Mar 31, 2026 · Information Security

How a Tiny .map File Earned Anthropic 11K Stars and Exposed Critical Engineering Mistakes

Anthropic's Claude Code was unintentionally open‑sourced when a 57 MB source‑map file leaked 510 k lines of TypeScript, revealing internal architecture, experimental features, and product road‑maps, and prompting a broader lesson on basic configuration errors and AI tool security for Java developers.

AnthropicClaude CodeEngineering
0 likes · 11 min read
How a Tiny .map File Earned Anthropic 11K Stars and Exposed Critical Engineering Mistakes
Ctrip Technology
Ctrip Technology
Mar 16, 2023 · Operations

Ctrip Mini-Program Automated Error Warning Solution

Ctrip’s automated error warning solution for its WeChat mini‑programs provides a comprehensive pipeline that injects build IDs, collects runtime errors via SDK, maps them with source maps, aggregates data in an APM MySQL store, and delivers real‑time alerts across development, testing, and production stages.

AlertingCtripWeChat
0 likes · 12 min read
Ctrip Mini-Program Automated Error Warning Solution
ELab Team
ELab Team
Mar 4, 2022 · Frontend Development

Understanding Source Maps: How to Debug Minified JavaScript

This article explains what source maps are, how they map compressed JavaScript back to original source files, the structure and version history of source map files, and provides practical examples and code snippets to help developers debug minified code effectively.

Debuggingbuild toolssource map
0 likes · 12 min read
Understanding Source Maps: How to Debug Minified JavaScript
iQIYI Technical Product Team
iQIYI Technical Product Team
Oct 15, 2021 · Frontend Development

Applying Source Maps for Front-End Error Monitoring in Production

The article explains how integrating Source Maps—generated by modern bundlers and automatically uploaded via a Webpack plugin—into iQIYI Hawkeye’s front‑end exception monitoring restores original file names and line numbers for minified production JavaScript errors, enabling rapid debugging despite bundle‑size and versioning challenges.

DebuggingFront-endHawkeye
0 likes · 11 min read
Applying Source Maps for Front-End Error Monitoring in Production
ELab Team
ELab Team
Sep 15, 2021 · Frontend Development

Mastering Source Maps: How Webpack Transforms and Traces Your Code

This article explains the purpose, generation, and optimization of source maps in modern frontend builds, details the internal structure and VLQ encoding, compares the various webpack devtool options, and offers practical guidance on choosing the right mode for development and production environments.

Debuggingbuild toolssource map
0 likes · 15 min read
Mastering Source Maps: How Webpack Transforms and Traces Your Code
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Jun 3, 2021 · Frontend Development

Unlocking Webpack Source Maps: From Basics to Advanced Configurations

This article demystifies source maps by explaining their purpose, the mapping mechanism, Base64‑VLQ encoding, and the full range of webpack devtool options, while providing practical code examples, best‑practice configurations for development and production, and detailed tables of keywords and fields.

Debuggingbase64 VLQdevtool
0 likes · 28 min read
Unlocking Webpack Source Maps: From Basics to Advanced Configurations
58 Tech
58 Tech
Apr 2, 2021 · Mobile Development

Taro 3.2 React Native Support: Faster Compilation, Source‑Map, Multi‑Version Compatibility, Rich API, On‑Demand Import, and Integration Guide

The article introduces Taro 3.2's React Native support, detailing faster compilation via Metro, native source‑map debugging, compatibility with React Native 0.60+ (including 0.64), expanded APIs and components, on‑demand imports to reduce bundle size, and step‑by‑step migration and integration instructions.

CompilationMobile DevelopmentOn‑Demand Import
0 likes · 10 min read
Taro 3.2 React Native Support: Faster Compilation, Source‑Map, Multi‑Version Compatibility, Rich API, On‑Demand Import, and Integration Guide
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 9, 2020 · Frontend Development

Mastering Source Maps: From JavaScript to CSS in Webpack

Source maps bridge compiled code and original sources, enabling precise debugging for JavaScript and CSS; this guide explains the source map format, key fields, and practical Webpack configurations—including devtool options, module mapping, and a custom loader for CSS URL resolution—to optimize both development and production workflows.

css-loaderdevtoolfrontend debugging
0 likes · 10 min read
Mastering Source Maps: From JavaScript to CSS in Webpack
Qu Tech
Qu Tech
May 7, 2019 · Frontend Development

How to Pinpoint JavaScript Errors in Production Using Source Maps

This article explains how to use SourceMap files to trace minified JavaScript errors back to their original source lines, covering overall design, code examples, error reporting workflow, CI integration, storage strategies, and future monitoring enhancements.

error trackingfrontend debuggingmonitoring
0 likes · 7 min read
How to Pinpoint JavaScript Errors in Production Using Source Maps