
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
openui5-dist
Advanced tools
The NPM package contains the OpenUI5 framework and the script for building the NPM package. This package does not modify openui5 content, it just packages it for distribution via NPM.
The NPM package contains the OpenUI5 framework and the script for building the NPM package. This package does not modify openui5 content, it just packages it for distribution via NPM.
OpenUI5 is the open-source part of the SAPUI5 framework which is used to build SAP Fiory applications. You can freely use OpenUI5 in your projects.
Install openui5-dist package in your project
npm install openui5-dist
And then serve the OpenUI5 file from NPM package.
Example for express
const app = express();
//Path to example application
app.use(express.static("./public/"));
//Path to openui5
app.use(express.static("./node_modules/openui5-dist/dist/"));
//Start web server
app.listen("3000", function() {
console.log("Listening on port %d", "3000");
});
I have created the example application which uses OpenUI5 framework packaged by the openui5-dist package.
To use the application clone repository
git clone https://github.com/norbertvolf/openui5-dist-example.git
Install dependencies
cd openui5-dist-example
npm install
Run web server
npm start
And open the http://localhost:3000/index.js in your browser;
You can use index.js to prepare OpenUI5 distribution and then use it. The script
clone openui5 repository to the working directory and then build the OpenUI5.
When OpenUI5 is ready It copies the OpenUI5 files to the dist directory of the
project and You can use npm publish
to upload the openui5 files to the npm registry.
I have tested the script only on my linux machine.
git clone git@github.com:norbertvolf/openui5-dist.git
cd openui5-dist
npm install
Update version in the package.json by corresponding version of OpenUI5 framework and run the script for building the OpenUI5 distribution.
node ./bin/publish.js
FAQs
The NPM package contains the OpenUI5 framework and the script for building the NPM package. This package does not modify openui5 content, it just packages it for distribution via NPM.
We found that openui5-dist 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.