![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.
@saleor/app-sdk
Advanced tools
SDK for building Saleor Apps.
Supports Saleor version 3.20+
main
branch is a current, latest branch.v[0-9]+.x
(like v1.x
, v0.x`) are release branchesmain
branch and contain changesets (run npx changeset
). Once changeset is merged to main, the release PR is opened. After the release PR is merged, the version is being pushed to NPM and changesets are prunedmain
(including changeset) should be also ported to release branch (e.g. v0.x). Release branch will also detect changes and open release PRv2.x
from v1.x
):
v1.x
branch)main
with major
change, which will start counting next main
releases as 2.x.x
PRs can be pushed to NPM by adding label to PR release dev tag
. Workflow will run and print version that has been released.
npm i @saleor/app-sdk
You can find the documentation here.
If you would like to develop the SDK and test it with existing project:
pnpm watch
Now any code change will trigger build operation automatically.
pnpm add ../saleor-app-sdk/dist
As path to your local copy of the App SDK may be different, adjust it accordingly.
Before committing the code, Git pre-hooks will check staged changes for following the code styles. If you would like to format the code by yourself, run the command:
pnpm lint
To run the integration tests (e.g., Redis APL tests), follow these steps:
docker run --name saleor-app-sdk-redis -p 6379:6379 -d redis:7-alpine
pnpm test:integration
docker stop saleor-app-sdk-redis
docker rm saleor-app-sdk-redis
Note: If your Redis instance is running on a different host or port, you can set the REDIS_URL
environment variable:
REDIS_URL=redis://custom-host:6379 pnpm test:integration
FAQs
SDK for building great Saleor Apps
The npm package @saleor/app-sdk receives a total of 2,245 weekly downloads. As such, @saleor/app-sdk popularity was classified as popular.
We found that @saleor/app-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 11 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.