
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
Twist your text. Use it as command line or add it as a module.
npm install twisttext -g
npm install twisttext --save
Usage: twisttext [options] <your_text>
options:
-h, --help show usage
-t, --time in miliseconds. default: 2000
input 'infinite' to infinite time
twisttext hello
var twisttext = require('twisttext')
twist = twisttext.twist,
flip = twisttext.flip;
var str = 'Hello World',
twistedEven = twist(str, true),
twistedOdd = twist(str, false),
flipped = flip(str);
console.log('str', str, 'twisted even', twistedEven, 'twisted odd', twistedOdd);
npm test
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
FAQs
Twist your text. Use it with command line or add it as a module.
We found that twisttext 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.