![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.
heroku-web-client
Advanced tools
This is a client library for the Heroku Platform API that can be used by Web applications.
The library relies on the fetch API, which can be used natively in most modern browsers, and on the WebCrypto API, which is also quite well supported. A fetch polyfill and a WebCrypto polyfill can be used to extend this library's compatibility all the way down to Internet Explorer 10.
Install the project's dependencies and run a one-time setup script.
npm install
node test/setup.js
Create a testing Heroku account and plug in the email and password into
testdata/heroku_account.json
. Using a real Heroku account is not recommended,
as bugs in the library could result in your applications getting deleted.
{
"email": "your@test.account",
"password": "your-secret"
}
This project is Copyright (c) 2016 Victor Costan, and distributed under the MIT License.
FAQs
Heroku Platform API client for Web applications
The npm package heroku-web-client receives a total of 2 weekly downloads. As such, heroku-web-client popularity was classified as not popular.
We found that heroku-web-client 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.