
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@dcodegroup-au/page-builder
Advanced tools
This package provides functionality for a CMS like page builder in Laravel. This includes managing pages and their content.
This package provides functionality for a CMS-like page builder in Laravel. It includes tools for managing pages and their content, offering a seamless experience for developers and end-users.
PageBuilder
, SlideEdit
, and PageRender
.You can install the package via pnpm
:
pnpm install @dcodegroup-au/page-builder
To use the components in your Vue 3 application, import them as follows:
import { createApp } from 'vue'
import App from './App.vue'
import { PageBuilder, SlideEdit, PageRender } from '@dcodegroup-au/page-builder'
import '@dcodegroup-au/page-builder/dist/page-builder.css'
const app = createApp(App)
app.component('SlideEdit', SlideEdit)
app.component('PageBuilder', PageBuilder)
app.component('PageRender', PageRender)
app.mount('#app')
You can run the example application included in the repository:
cd example
pnpm run dev
To build the package, run:
pnpm run build
This package is automatically published to the NPM registry when changes are pushed to the main
branch. The publishing process is handled by a GitHub Actions workflow.
Contributions are welcome! Please open an issue or submit a pull request on the GitHub repository.
This package is licensed under the ISC License. See the LICENSE file for more details.
For issues or feature requests, please visit the GitHub Issues page.
FAQs
This package provides functionality for a CMS like page builder in Laravel. This includes managing pages and their content.
The npm package @dcodegroup-au/page-builder receives a total of 38 weekly downloads. As such, @dcodegroup-au/page-builder popularity was classified as not popular.
We found that @dcodegroup-au/page-builder demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.