
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.
@hrwg/reactivate
Advanced tools
Reactivate is a zero configuration build tool and dev server for popular JavaScript frameworks aiming to help jumpstarting projects by reducing setup code and boilerplate. It is powered by webpack and babel.
Reactivate is still under development and is going to improve dramarically over the course of the next weeks.
Reactivate can be installed either locally or globally using npm.
$ npm i -g @hrwg/reactivate
By default, reactivate assumes your project to meet the following conditions:
src/index.js
src/index.html
If your project does not meet those defaults, you will need a config file.
To run the development server, execute the following command inside your projects root directory.
$ reactivate serve
To run a development build, execute the following command inside your projects root directory.
$ reactivate build
To build for production, include the --production
or -p
flag.
$ reactivate build -p
In order to configure reactivate, create a reactivate.config.js
inside
the root directory of your project. The file exports a JSON config, like
in the example below.
// reactivate.config.js
module.exports = {
entry: 'src/index.js'
};
The following parameters can be set inside the config.
Parameter | Type | Description | Default |
---|---|---|---|
entry | string | Defines the entry point of the application | src/index.js |
template | string | Defines the default html template the app is rendered to | src/index.html |
framework | "react", "vue" | Defines the framework used by the project | "react |
You can provide another config file, by using the -c
option.
$ reactivate serve -c myconfig.js
MIT
If there are any ideas or optimizations to improve this project, feel free to submit a pull request including your documented changes.
FAQs
Zero config build and dev server tool for JavaScript and popular frameworks.
We found that @hrwg/reactivate 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
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.