
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@freesewing/antmantest
Advanced tools
The ant-man test; Body measurement to torture/test your freesewing patterns with
The ant-man test; Body measurement to torture/test your freesewing patterns with.
When designing patterns for freesewing, you should refrain from using absolute values.
That 6cm ease you add might be fine for all scenarios you tested, but then somebody comes around who is twice your size, or who is making clothes for a doll, and things will go off the rails.
That's why we put our patterns through the ant-man test. We sample the pattern for 2 models:
If well-designed pattern will scale a factor 10 down and hold its shape.
npm install --save @freesewing/antmantest
In node.js:
import models from @freesewing/antmantest
Then sample your pattern with these:
pattern.sampleModels(freesewing.models);
In the browser, this will register as freesewing.antmantest
:
<script type="text/javascript" src="https://unpkg.com/freesewing"></script>
<script type="text/javascript" src="https://unpkg.com/@freesewing/antmantest"></script>
<script type="text/javascript" src="https://unpkg.com/@freesewing/pattern-brian"></script>
<script>
var pattern = freesewing.patterns.brian;
pattern.sampleModels(freesewing.antmantest);
</script>
To build this, run:
npm run build
See the license file for details.
FAQs
The ant-man test; Body measurement to torture/test your freesewing patterns with
The npm package @freesewing/antmantest receives a total of 0 weekly downloads. As such, @freesewing/antmantest popularity was classified as not popular.
We found that @freesewing/antmantest 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.