Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
A desktop app that loads a hand-curated, artisanal selection of local web apps.
A desktop app that loads a hand-curated, artisanal selection of local web apps.
This app is aimed at being a collection of tools that you want access to all in one place. Each app needs an index.html
flat file endpoint and for that project to be added to the main Aufbau package.json
. If an app requires any additional build step, put that command, usually npm run build
in the apps.json
file under the buildCmd
key. See more info in Configuration below.
Change the name of apps.sample.json
to apps.json
and fill out the information for your app. Here's a sample json object for Chartbuilder
[
{
"displayName": "Chartbuilder",
"packageName": "chartbuilder",
"indexPath": "build/index.html",
"buildCmd": "npm run build",
"icon": "chartbuilder.png"
}
]
Currently, it only supports one build command. That is to say, you can't do something like gulp && npm run build
.
$ npm install
$ npm start
After you've added a new app to apps.json
that has a build process, run the following:
$ npm run build-apps
This will run npm install
and any specified build commands on those modules. npm install
is required in case dev dependencies are required to build.
$ npm run build
Builds the app for OS X, Linux, and Windows, using electron-packager.
Aufbau
mean?Aufbau
means "to build up" in German. The Aufbau principle is the process by which electrons fill orbital levels around an atom's nucleus. Because this app is about building a collection of Electron apps, it seemed appropriate.
MIT © mhkeller
0.1.0
First release
FAQs
A desktop app that loads a hand-curated, artisanal selection of local web apps.
The npm package aufbau receives a total of 1 weekly downloads. As such, aufbau popularity was classified as not popular.
We found that aufbau 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.