
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@freesewing/antman
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:
A well-designed pattern will scale a factor 10 down and hold its shape.
If a pattern makes assumptions about size, this test will show that.
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/antman receives a total of 0 weekly downloads. As such, @freesewing/antman popularity was classified as not popular.
We found that @freesewing/antman 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.