![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.
@dash4/plugin-dependencies
Advanced tools
npm i -D @dash4/plugin-dependencies
dash4.config.js
const { PluginDependencies } = require('@dash4/plugin-dependencies');
async function getConfig() {
return {
tabs: [
{
title: 'Root',
rows: [
[
new PluginDependencies(),
],
],
},
],
};
}
module.exports = getConfig;
options:
// custom title (default=Dependencies)
title?: string;
// current working directory (default = process.cwd())
cwd?: string;
// grid with per breakpoint
// [12,6,3] means 100% width on small viewports, 50% on medium viewports and 33.3% on largeviewports
width?: number[];
// enable / disable dark mode
dark?: boolean;
// path to lerna.json mode which will collect all dependencies in the project
lerna?: string;
// exlude dependencies by their dependencyName
exclude?: RegExp[];
// define install process
installProcess?: {
// custom title for installation process (default=npm run install)
title?: string;
// current working directory of the child process. (default = process.cwd())
cwd?: string;
// command which should be executed (default = 'npm run install')
cmd?: string;
};
The @dash4/plugin-dependencies is MIT licensed
FAQs
List of all dependencies and their version
The npm package @dash4/plugin-dependencies receives a total of 4 weekly downloads. As such, @dash4/plugin-dependencies popularity was classified as not popular.
We found that @dash4/plugin-dependencies 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.