
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
@fforres/cia
Advanced tools
I wanted to structure a tool to analyze different codebases I'm currently working on. :)
We've all been there:
Tou are working in a biiig react codebase. You also have a folder for multiple 'Button' components, under src/some-folder/components/buttons.tsx
.
One day, your team starts creating a new set of Buttons under src/design-system/buttons/index.tsx
, your old buttons folder starts to slowly fade away into oblivion, and into the dreaded "legacy-code" folders.
So, I wanted to create a way to analyze your codebase to figure out:
The long-term idea for this:
We are using "@babel/core" that runs with the current project babel configuration to extract the AST for every file, and do some analisys in them.
option | description | required | default values |
---|---|---|---|
-d, --directory | Directory to analyze | ✅ | ----- |
-o, --output | Path to output analysis file | ❌ | ./db |
-a, --allowedExtensions | Comma separated list of extensions to allow certain file extensions | ❌ | .js,.ts,.tsx,.jsx |
-i, --ignore | Comma separated list of glob patterns to ignore | ❌ | '' |
FAQs
## Why
The npm package @fforres/cia receives a total of 1 weekly downloads. As such, @fforres/cia popularity was classified as not popular.
We found that @fforres/cia demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.