Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
@ablula/build-plugin-assets
Advanced tools
echo 'package-lock=false' >> .npmrc
echo 'package-lock.json' >> .gitignore
npm i @alib/build-scripts @ablula/build-plugin-assets -D --legacy-peer-deps
module.exports = {
plugins: [
[
'./plugins/src/index.js',
{
npmOptions: '--registry=https://registry.npmmirror.com'
},
],
],
};
{
"name": "lowcode-assets-jinchan",
"version": "0.0.1",
"plugins": [{
"npm": "@alilc/lowcode-plugin-undo-redo",
"version": "^1.x"
}, {
"npm": "@alilc/lowcode-plugin-code-generator",
"version": "^1.x"
}, {
"npm": "@alilc/lowcode-plugin-schema",
"version": "^1.x"
}, {
"npm": "@alilc/lowcode-plugin-simulator-select",
"version": "^1.x"
}, {
"npm": "@alilc/lowcode-plugin-components-pane",
"version": "^2.x"
}],
"setters": [{
"name": "BehaviorSetter",
"npm": "@alilc/lowcode-setter-behavior",
"version": "1.0.0"
}],
"components": [{
"name": "AlilcLowcodeMaterials",
"npm": "@alilc/lowcode-materials",
"version": "1.1.0"
}, {
"name": "AlifdFusionUI",
"npm": "@alifd/fusion-ui",
"version": "2.0.1"
}]
}
...
"files": ["build"],
"main": "build/lowcode/ext.js",
"scripts": {
"start": "build-scripts start --config ./build.assets.js",
"build": "build-scripts build --config ./build.assets.js",
"prepublishOnly": "npm run build"
},
...
npm start
// then open localhost:3333
npm run build
npm publish
FAQs
build plugin for lowcode assets
The npm package @ablula/build-plugin-assets receives a total of 0 weekly downloads. As such, @ablula/build-plugin-assets popularity was classified as not popular.
We found that @ablula/build-plugin-assets 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
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.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.