Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
grunt-throttle
Advanced tools
A Grunt plugin for testing under a throttled connection.
Add the following configuration to your Gruntfile to throttle all TCP connections to localhost:8000
to an aggregate bandwidth of 10KB/s upstream and 100KB/s downstream:
throttle: {
default: {
remote_port: 8000,
local_port: 8001,
upstream: 10*1024,
downstream: 100*1024,
keepalive: true
}
}
Now you can simulate a slow connection to localhost:8000
by running grunt throttle
and visiting localhost:8001
.
You can add multiple stanzas like default
above to throttle multiple destinations. Note, however, that throttling is per-destination.
The following options are available for each configuration stanza.
Type: String
Default: '127.0.0.1'
The remote host to which connections are to be throttled.
Type: Integer
The remote TCP port to which connections are to be throttled.
Type: String
Default: '127.0.0.1'
The local address to bind to. Set to '0.0.0.0'
to allow incoming connections from anywhere.
Type: Integer
The local TCP port to bind to.
Type: Integer
Default: 10240
The upstream data rate, in bytes per second.
Type: Integer
Default: 10240
The downstream data rate, in bytes per second.
Type: Boolean
Default: false
Whether this task should prevent Grunt from exiting.
Feel free to open an issue or send a pull request.
BSD-style. See the LICENSE file.
Copyright © 2013 Tiago Quelhas. Contact me at <tiagoq@gmail.com>
.
FAQs
A Grunt plugin for testing under a throttled connection.
The npm package grunt-throttle receives a total of 0 weekly downloads. As such, grunt-throttle popularity was classified as not popular.
We found that grunt-throttle 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.