Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@georges-tech/rollup-dev-server
Advanced tools
Note this package is not meant to be used outside of cypress component testing.
Install @cypress/vue
or @cypress/react
to get this package working properly
To install @georges-tech/rollup-dev-server
in you component testing environment,
yarn add @georges-tech/rollup-dev-server
cypress/plugins/index.js
import { startDevServer } from '@georges-tech/rollup-dev-server'
module.exports = (on, config) => {
on('dev-server:start', async (options) => startDevServer({ options }))
return config
}
startDevServer
takes an object of options.
options
(required): this contains various internal configuration. It's provided as the first argument to the dev-server:start
event. Just make sure you pass it to the startDevServer
.rollupConfig
(optional): the rollup config used by your application.Rollup-dev-server integrate a cypress configuration for testing this package.
Cypress folder contains :
You can find a default rollup.config.js
for typescript: here.
After installing dependencies with yarn install
, you need to build project with yarn build
.
Then, you can start cypress test by using :
yarn cy:open
will open a chrome browser to test and see results.yarn cy:run
will execute tests inside your terminal.FAQs
Launches Rollup Dev Server for Component Testing
The npm package @georges-tech/rollup-dev-server receives a total of 1 weekly downloads. As such, @georges-tech/rollup-dev-server popularity was classified as not popular.
We found that @georges-tech/rollup-dev-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.