
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@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
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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.