Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
gulp-browserstack
Advanced tools
Start and stop SSH tunnels to BrowserStack in your Gulp pipeline.
#Gulp BrowserStack
Start and SSH tunnel before you run your e2e tests in Gulp and tear it down properly afterwards. See the BrowserStackTunnelWrapper documentation for an overview of the available options.
##Example
// running protractor tests on browserstack
var browserStack = require('gulp-browserstack');
gulp
.src('/test-e2e/**/*Test.js')
.pipe(browserStack.startTunnel({
key: 'YOUR_ACCESS_KEY'
}))
.pipe(g.protractor.protractor({
configFile: 'config/protractor-browserstack-config.js'
}))
.pipe(browserStack.stopTunnel());
You will find the access key in your BrowserStack account details.
##Running the test
The test runner expects to find the API key and the BrowserStack username in the environment variables BROWSERSTACK_KEY
and BROWSERSTACK_USER
.
FAQs
Start and stop SSH tunnels to BrowserStack in your Gulp pipeline.
The npm package gulp-browserstack receives a total of 86 weekly downloads. As such, gulp-browserstack popularity was classified as not popular.
We found that gulp-browserstack 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
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.