
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
grunt-browserstacktunnel-wrapper
Advanced tools
A grunt plugin around browserstacktunnel-wrapper.
A grunt plugin around browserstacktunnel-wrapper
This plugin requires Grunt ~0.4.2
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
npm install grunt-browserstacktunnel-wrapper --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-browserstacktunnel-wrapper');
In your project's Gruntfile, the browserstacktunnel-wrapper
task is available to use.
You can run grunt browserstacktunnel-wrapper
standalone
Or add it to an existing task: grunt.registerTask('test', ['clean', 'browserstacktunnel-wrapper']);
Opening a tunnel can be either accomplished by running browserstacktunnel-wrapper
or browserstacktunnel-wrapper:start
. Once the tunnel is established it can be closed with browserstacktunnel-wrapper:stop
. Furthermore, the task hooks into grunt.fail
while it is open to automatically close the tunnel whenever a task along the way fails.
Options are identical to those of browserstacktunnel-wrapper as they are just handed through.
{
key: YOUR_KEY,
hosts: [{
name: 'localhost',
port: 8080,
sslFlag: 0
}], // optionally set hosts
osxBin: 'your_bin_dir',
linux32Bin: 'your_bin_dir',
linux64Bin: 'your_bin_dir',
win32Bin: 'your_bin_dir',
localIdentifier: 'my_tunnel',
v: true,
proxyUser: PROXY_USER,
proxyPass: PROXY_PASS,
proxyPort: PROXY_PORT,
proxyHost: PROXY_HOST,
force: false,
forcelocal: false,
onlyAutomate: false,
}
Developing on the task alone is fairly easy just git clone https://github.com/luhmann/grunt-browserstacktunnel-wrapper.git
then cd grunt-browserstacktunnel-wrapper
. From there one has to link the package to itself via npm link && npm link grunt-browserstacktunnel-wrapper
which will allow for calling grunt dev
. Now just work the task/webpack-dev-server.js
and check results - feel free to submit a pull-request!
FAQs
A grunt plugin around browserstacktunnel-wrapper.
The npm package grunt-browserstacktunnel-wrapper receives a total of 1 weekly downloads. As such, grunt-browserstacktunnel-wrapper popularity was classified as not popular.
We found that grunt-browserstacktunnel-wrapper 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
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.