![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.
@dcos/mesos-client
Advanced tools
--- 👩🔬 Please be aware that this package is still experimental — changes to the interface and underlying implementation are likely, and future development or maintenance is not guaranteed.
👩🔬 Please be aware that this package is still experimental — changes to the interface and underlying implementation are likely, and future development or maintenance is not guaranteed.
This package provides a nice way of connecting to the Mesos Event Stream API. It is a wrapper that uses @dcos/http-service
to establish a connection and @dcos/recordio
package to parse the incoming data and deliver it as a Rx.Observable
.
import { stream, request } from "@dcos/mesos-client";
stream({ type: "SUBSCRIBE" }).subscribe(
value => console.log(value),
error => console.log(error),
() => console.log("complete")
);
request({ type: "GET_FLAGS" }).subscribe(
value => console.log(value),
error => console.log(error),
() => console.log("complete")
);
stream
opens a persistent connection to Mesos HTTP Operator Api Event Stream and returns rxjs
Observable.
request
makes a call to the Mesos HTTP Operator Api and returns response as an rxjs
Observable.
1.0.0 (2018-12-19)
Closes DCOS-46038.
Closes DCOS-46038.
<a name="0.2.6"></a>
FAQs
--- 👩🔬 Please be aware that this package is still experimental — changes to the interface and underlying implementation are likely, and future development or maintenance is not guaranteed.
The npm package @dcos/mesos-client receives a total of 10 weekly downloads. As such, @dcos/mesos-client popularity was classified as not popular.
We found that @dcos/mesos-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 13 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.