![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.
a tool to keep your dependencies and package links up to date
Automatically links packages to local available versions. Which packages are linked
is defined in a config file. if the -r
option is used all linked dependencies will
also be linked to their dependencies.
Installation
Add an npm script to your package.json
{
"scripts": {
"link": "node --experimental-modules --no-warnings ./node_modules/.bin/linker --dev --l"
}
}
Configfile
The config file must reside in the config/depstr directory and have the the name config.dev.yml
.
the contents are as follows. Modules can also be selected using wildcards. All modules in the package.json
are matched against the modules found in this config file. Matches are looked for in the same directory
as the current package resides in.
dependencies:
- module
- module*
- @company/*
dev-dependencies:
- module
FAQs
Bulk linking of packages and bulk updated for dependencies
The npm package depstr receives a total of 10 weekly downloads. As such, depstr popularity was classified as not popular.
We found that depstr 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.