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.
apostrophe
Advanced tools
ApostropheCMS is a full-featured, open source CMS built with Node.js that seeks to empower organizations by combining in-context editing and headless architecture in a full-stack JS environment.
Documentation »
Demo
·
Roadmap
·
Report Bug
ApostropheCMS is content software for everyone in an organization. It helps teams of all sizes create dynamic digital experiences with elegance and efficiency by blending powerful features, developer happiness, and a low learning curve for content creators. Apostrophe has powered websites and web apps for organizations large and small for over a decade.
To get started with Apostrophe 3, follow these steps to set up a local development environment. For more detail, refer to the A3 getting started guide in the documentation.
We recommend installing the following with Homebrew on macOS. If you're on Linux, you should use your package manager (apt or yum). If you're on Windows, we recommend the Windows Subsystem for Linux.
Software | Minimum Version | Notes |
---|---|---|
Node.js | 12.x | Or better |
npm | 6.x | Or better |
MongoDB | 3.6 | Or better |
Imagemagick | Any | Faster image uploads, GIF support (optional) |
Discord - Twitter - Discussions
We eagerly welcome open source contributions. Before submitting a PR, please read through our Contribution Guide
ApostropheCMS is released under the MIT License.
3.54.0 (2023-08-16)
@apostrophecms/log
module to allow structured logging. All modules have logDebug
, logInfo
, logWarn
and logError
methods now. See the documentation for more details.@apostrophecms/settings
translations.moduleIf
property, which tests options at the module level
the same way that if
tests properties of the document to determine if the operation should be
offered for a particular document. Note that not all options are passed to the front end unless
getBrowserData
is extended to suit the need.column.extraWidth
option (number) for AposTreeHeader.vue
to allow control over the tree cell width.AposDocContextMenu.vue
business logic to a mixin.column.extraWidth
option (number) for AposTreeHeader.vue
to allow control over the tree cell width.projection
parameter into options
in self.find
method signature for
@apostrophecms/any-doc-type
, @apostrophecms/any-page-type
& @apostrophecms/piece-type
.
This was never really a projection in A3, so it is not a backwards compatibility issue.moduleName
for typical
actions on the context document is automatically passed to the
modal associated with a custom context operation, unless moduleName
is explicitly specified. The moduleName
parameter to addContextOperation
is no longer required and should not be passed at all in most cases
(just pass the object argument). If you do wish to specify a moduleName
to override that prop given to the modal, then it is recommended to pass
it as a moduleName
property of the object, not as a separate argument.
For backwards compatibility the two-argument syntax is still permitted.getFieldsByCategory
method in the AposEditorMixin.js
by checking for a property before accessing it.data.url
now includes any sitewide and locale URL prefixes. This fixes local prefixing for pagination of piece-type index pages.getTarget
method of the page module should use findForEditing
to make sure it is able to see
pages that would be filtered out of a public view by project level or npm module overrides.FAQs
The Apostrophe Content Management System.
The npm package apostrophe receives a total of 2,054 weekly downloads. As such, apostrophe popularity was classified as popular.
We found that apostrophe demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
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.