![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.
@reason-native-web/h1-lwt
Advanced tools
This repo is used for publishing packages to npm that are either unreleased or depend on unreleased packages. This removes the need for resolutions in users' package.json.
This repo is used for publishing packages to npm that are either unreleased or depend on unreleased packages. This removes the need for resolutions in users' package.json.
This example uses
websocketaf
Add the git submodule, it is important that you use the https
version because of the github workflow:
git submodule add https://github.com/anmonteiro/websocketaf.git
Create a websocketaf.json
and whatever else is needed, in websocketaf's case we also need websocketaf-lwt.json
and websocketaf-lwt-unix.json
.
Note: I usually just copy another package that is similar, in this case h1.json
Check the coresponding .opam
file, eg. websocketaf.opam
, websocketaf-lwt.opam
and websocketaf-lwt-unix.opam
for dependencies and add them to the json files accordingly.
Add build instructions under esy
:
"esy": {
"build": "dune build --only-packages=websocketaf --profile=release -j 4 --root=./websocketaf",
"install": "esy-installer #{self.target_dir / 'default' / 'websocketaf.install'}"
}
Add a files
key that points to the folder where it's cloned, in this case : "files": ["websocketaf"],
Update publish.yml
with the added libraries in the topological order. The order is important if a library depends on another library since they will be published in order to be able to build the next.
FAQs
This repo is used for publishing packages to npm that are either unreleased or depend on unreleased packages. This removes the need for resolutions in users' package.json.
The npm package @reason-native-web/h1-lwt receives a total of 1 weekly downloads. As such, @reason-native-web/h1-lwt popularity was classified as not popular.
We found that @reason-native-web/h1-lwt demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
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.