
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@conclurer/edelog-portal-server
Advanced tools
Provides a microservice for hosting an Edelog portal that can be managed using Edelog's Portal Builder
This package contains the basic foundation of Edelog Portal Server. Microservices using this package are intended to be managed by Edelog Portal Builder but it can also function standalone.
In order to use Edelog Portal Server you have to register a manually deployed portal using Portal Builder.
Create a js file that will functioning as entry point for the server.
Example:
import providePortalServer from '@conclurer/edelog-portal-server';
providePortalServer({
portalAccessId: '',
portalAccessSecretKey: '',
edelogApiBaseUrl: 'https://app.edelog.com/',
portalBuilderApiBaseUrl: 'https://pb.industrial.edelog.com/',
expressConfig: {
port: 4000,
},
});
You can also omit these variables and fallback to the corresponding ENV vars: EDELOG_API_BASE_URL
, PORTAL_BUILDER_API_BASE_URL
, PORTAL_ACCESS_ID
, PORTAL_ACCESS_SECRET_KEY
and PORT
.
Your project folder is expected to have this format:
- index.js (*)
- locales
- de.json
- en.json
- ...
- static
- index.html (*)
- ...
The files with (*) are required.
The locales folder contains locale overwrites. By default, Edelog Portal Server will fallback to Edelog's language files. If you specify a language file, you can partially overwrite some language strings.
Language strings are specified in the following way (example en.json
):
{
"en": {
"next": {
"buttons": {
"save": "Overwritten Label"
}
}
}
}
The static folder contains the html files for the frontend of the portal. When being automatically deployed, Edelog Portal Builder will create a build of Edelog Portal Frontend using the following command:
ng build --prod=true --aot=true --buildOptimizer=true --deployUrl=/static/
Edelog Portal Server's underlying Express configuration will redirect any non-matching request to static/index.html
.
To start the server, simply run node index.js
(assuming index.js
is your main file).
FAQs
Provides a microservice for hosting an Edelog portal that can be managed using Edelog's Portal Builder
The npm package @conclurer/edelog-portal-server receives a total of 0 weekly downloads. As such, @conclurer/edelog-portal-server popularity was classified as not popular.
We found that @conclurer/edelog-portal-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.