
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.
@baum/maple-ui
Advanced tools
This project is an application skeleton for a moden web app. It uses typescript with react and redux.
The seed contains a sample react application and is preconfigured to install the react framework and a bunch of development and testing tools for instant web development gratification.
The seed provides some example modules as a kind of guideline for how a application module should be structured.
node.js, npm (npm comes with node.js) and yarn are required
yarn install
fuse-box is used for all build processes
(automatically installed with yarn install
).
fuse-box can be configured in fuse.ts
Run development server with
npm start
For production environment:
npm run serve:prod
Run tests with
npm test
Test configurations can be found in /test
directory.
Run test with code coverage with
npm run cover
Code coverage requirements can be defined in package.json
under nyc
.
For linting code, tslint is used and can be configured in tslint.json
.
Build final bundle with
npm run build
FAQs
Frontend application of maple project
We found that @baum/maple-ui 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
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.