
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
LPM stands for Layout Package Manager (it is indeed an acronym). The Core of the project is the Layout-JSON format, a markup format to describe cross-language layouts:
See the Layout-JSON specification
This repository contains:
To improve the process of developing new layouts by borrowing successful code practices:
currently empty
npm install lpm-core
Here is a quick example to get you started:
Import
import Element from 'lpm-core/Element';
Simple
<div style={{width: '400px',position: 'fixed',top: 0,left: 0,marginLeft: '60px',zIndex: 999,backgroundColor: 'white',boxShadow: '0 0 5px rgba(0,0,0,0.1)',borderRadius: '1px'}}>
<Element id={ 1 }
statePath={ 'elements/elements' }
onElementClick={(element_id, parent_id, element_type, ev)=>{}}
onElementDblClick={(element_id, parent_id, element_type, ev)=>{}}
/>
</div>
Note: statePath is the path to the elements in the redux store.
To run locally install all the dependencies:
dev:
npm install
peer:
npm install react@^15.4.1 react-dom@^15.4.1
run with npm:
npm start
and open:http://localhost:3000
With Firebase's socket-based service, LPM project may explore the following ideas:
We will soon try to build a dashboard with Real-time UI and composite layouts.
This project is licensed under the terms of the MIT license
FAQs
Layout Package Manager Project
We found that lpm-core 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.