![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.
This is an implementation of the Linq feature set using JavaScript Generators. It also works using AsyncGenerators and is fully types and tested for your convenience.
Using the library is simple. Just import the code and your autocomplete will do the request. There is also a handy utility attached to arrays to turn them into Generators for processing.
import "geninq";
import fs from "fs-extra";
for await (const pointless_file of [1, 2, 3, 4]
.geninq()
.select((i) => i + 4)
.where((i) => i % 2 !== 0)
.async()
.select((i) => fs.readJson(PATH_FROM_INTEGER(i)))
.take(2)) {
// Do something with your file
}
This project has only just been started and I will be using it in professional work as well as personal projects to expect to see more updates to the ReadMe bug fixes to come.
Until then, please feel free to use this library and report any issues on the GitHub page or make contributions yourself. All pull requests will be considered.
FAQs
A JavaScript version of the Linq library for Generators
We found that geninq 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.