
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.
@dollarshaveclub/react-runtime
Advanced tools
[](https://circleci.com/gh/dollarshaveclub/react-runtime/tree/master) [.
This differs from create-react-app
in that it does not scaffold the application for you – web standard does that for you.
Starts the dev server.
This runs your server on localhost:<port>
and the webpack dev server on localhost:<port + 1>
.
Builds the production version of the react app.
The test types are:
server
- runs the server-specific tests, i.e. hitting all the API routes.
server/**/__tests__/*.js
jsdom
- runs all the react tests in a jsdom environment.
src/**/__tests__/*.js
Not currently used:
isomorphic
(not needed because we do not server-side render) - runs all the react tests in a node.js environment.
This should guarantee that server-side rendering works.
src/**/__tests__/isomorphic/*.js
prefix
- how assets are served, defaulting to /<package.name>/
.
For example, face-web
assets are served from /face-web/
.port
- default part the server runs on. Keep this unique across
all our apps so you can run multiple apps locally at once.FAQs
[](https://circleci.com/gh/dollarshaveclub/react-runtime/tree/master) [![codecov](https://codecov.io/gh/dolla
The npm package @dollarshaveclub/react-runtime receives a total of 2 weekly downloads. As such, @dollarshaveclub/react-runtime popularity was classified as not popular.
We found that @dollarshaveclub/react-runtime demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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.