
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
v-simple-cms
Advanced tools
`v-simple-cms` is a library that allows the easy manipulation and organiztion of JSON like objects. With the help of simple configuration templates it allows creating complicated forms to manage and export data. In its core `v-simple-cms` uses `v-editor`
v-simple-cms is a library that allows the easy manipulation and organiztion of JSON like objects. With the help of simple configuration templates it allows creating complicated forms to manage and export data. In its core v-simple-cms uses v-editor which allows to load, edit, extend, convert and export yaml and json files in the browser.
This package uses rollup.js in order to bundle the components to es5 and ssr builds.
In case you need to re-build the package and push it to npm:
npm run r:build
npm publish
npm i v-simple-cms
v-editor's New Prop! enableExportExtention (type: Boolean, default: false). When set to true the key extension field at export is enabled.treeshake.ts exports a list of directives and a list of components (as strings) that can be plugged in Vuetify's configuration:
// nuxt.config.js
import { components, directives } from "v-simple-cms/assets/treeshake"
.
.
vuetify: {
treeShake: {
components,
directives
}
.
.
}
v-simple-cms new Prop! menuItems (type: Array, default: []). Enables the extension of v-simple-cms's menu items. Check the documentation for the exact type that must be passed.FAQs
`v-simple-cms` is a library that allows the easy manipulation and organiztion of JSON like objects. With the help of simple configuration templates it allows creating complicated forms to manage and export data. In its core `v-simple-cms` uses `v-editor`
We found that v-simple-cms 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.