
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.