Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
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.
The npm package openui5-dist receives a total of 1,242 weekly downloads. As such, openui5-dist popularity was classified as popular.
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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.