![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Community driven content management. Content stored in a directories composed of json, markdown, and images.
cdcm
is community driven content management module. This module gets content stored in a folder structure (composed of json, markdown, and images) and creates consumable data.
Check out a content repository in action here: https://github.com/RevolutionVA/website2017
const cdcm = require( 'cdcm' );
Get the module.
let config = {
zipUrl : 'https://github.com/RevolutionVA/website2017/archive/master.zip',
localPath : './master',
cdnUrl : 'https://raw.githubusercontent.com/revolutionva/website2017/master'
};
Set the configuration.
zipUrl
: The url of a zip folder (required if localPath
not set)localPath
: The local path to a directory (as if you unzipped the folder locally)cdnUrl
: The url to prepend linked files with.tempDir
: The temporary directory to move files to before processing (default : '/.tmp-cdcm'
)linkFileExt
: The files to create CDN links to. Defaults are [.png
,.jpg
].cdcm( config )
.getData()
.then( data => {
console.log( JSON.stringify( data, null, '\t' ) );
} )
.catch( err => {
console.error( err );
} );
Running .getData()
returns each an array of data types, their name, and collection of items.
Original developed as part of the Revolution Conf website.
FAQs
Community driven content management. Content stored in a directories composed of json, markdown, and images.
The npm package cdcm receives a total of 1 weekly downloads. As such, cdcm popularity was classified as not popular.
We found that cdcm 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.