• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ProjectOpenSea / opensea-js
87%
master: 30%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Repo Added 20 Aug 2020 01:51PM UTC
Files 67
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • add-bulk-order-support
  • add-seaport-onchain-validation
  • ben/AddMultiTrait
  • bump-version-8.0.2
  • bump-version-8.0.3
  • devin/1737769268-add-conduit-constants
  • devin/1752533389-verify-capabilities
  • devin/1752536139-fix-marketplace-fees-private-listings
  • devin/1752548893-add-trait-offers-api
  • docs/clarify-frontend-security-warning
  • docs/link-api-reference
  • feat-release-abstract
  • feat/add-events-endpoints
  • feat/add-remaining-quantity-support
  • feat/add-somnia-chain
  • feat/bulk-transfer
  • feat/cancel-orders-method
  • feat/fetcher-interface-and-mock-fixture
  • feat/fulfill-best-listing-and-env-refactor
  • feat/include-optional-creator-fees
  • feat/offchain-cancel-orders
  • feature/cancel-orders-by-components
  • fix-basic-order-event
  • fix-identifier-criteria-type
  • fix-seaport-address-initialization
  • fix/add-consideration-params-to-fulfillment-data
  • fix/add-test-for-empty-token-ids
  • fix/api-response-type-corrections
  • fix/clarify-order-by-eth-price-docs
  • fix/ensure-conditional-fees
  • fix/update-matic-slug-to-polygon
  • improve-typedocs
  • master
  • npm-trusted-publishing
  • opensea-api-audit
  • order-status-field
  • renovate/actions-checkout-5.x
  • renovate/actions-setup-node-5.x
  • renovate/actions-setup-node-6.x
  • renovate/actions-stale-10.x
  • renovate/chai-5.x
  • renovate/dotenv-16.x-lockfile
  • renovate/dotenv-17.x-lockfile
  • renovate/eslint-config-prettier-10.x
  • renovate/eslint-import-resolver-typescript-3.x-lockfile
  • renovate/eslint-import-resolver-typescript-4.x
  • renovate/eslint-plugin-import-2.x-lockfile
  • renovate/eslint-plugin-prettier-5.x-lockfile
  • renovate/ethers-6.x-lockfile
  • renovate/github-codeql-action-4.x
  • renovate/jamesives-github-pages-deploy-action-4.x
  • renovate/lint-staged-15.x-lockfile
  • renovate/lint-staged-16.x
  • renovate/major-node.js
  • renovate/mocha-11.x
  • renovate/nkoppel-push-files-to-another-repository-1.x
  • renovate/node-20.x
  • renovate/node-20.x-lockfile
  • renovate/node-22.x
  • renovate/node-22.x-lockfile
  • renovate/node-24.x
  • renovate/prettier-3.x-lockfile
  • renovate/typedoc-0.x
  • ryan/add-gunzilla
  • ryan/add-retry-after-data
  • ryan/fix-lint
  • ryan/fix-tests
  • ryan/fix-wrapeth
  • ryan/improve-getWethAddress-name
  • ryan/remove-testnets
  • ryan/small-touchups
  • ryan/test-fixups
  • ryanio-patch-1
  • sdk-updates
  • sraturi/releaseBera
  • sraturi/releaseFlow
  • sraturi/releaseFlowTestnet
  • sraturi/releaseRonin
  • test/bulk-orders-integration
  • test/improve-orders-utils-test-coverage
  • test/improve-test-coverage
  • trait-offer-test
  • units-to-fill-default-1
  • use-api-fulfill-tx

12 Nov 2025 11:54PM UTC coverage: 87.364%. Remained the same
19315667103

push

github

web-flow
Enable NPM trusted publishing with OIDC (#1820)

Migrate from long-lived npm tokens to OIDC-based trusted publishing for improved security:
- Add id-token: write permission for OIDC token generation
- Add --provenance flag to automatically generate provenance attestations
- Remove NODE_AUTH_TOKEN secret requirement

This requires configuring the trusted publisher on npmjs.com with the repository details.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>

459 of 668 branches covered (68.71%)

Branch coverage included in aggregate %.

4035 of 4476 relevant lines covered (90.15%)

4.16 hits per line

Relevant lines Covered
Build:
Build:
4476 RELEVANT LINES 4035 COVERED LINES
4.16 HITS PER LINE
Source Files on main
  • Tree
  • List 67
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19315667103 main Enable NPM trusted publishing with OIDC (#1820) Migrate from long-lived npm tokens to OIDC-based trusted publishing for improved security: - Add id-token: write permission for OIDC token generation - Add --provenance flag to automatically generat... push 12 Nov 2025 11:54PM UTC web-flow github
87.36
19315364465 main Fix fulfillBasicOrder alias encoding (#1819) push 12 Nov 2025 11:38PM UTC web-flow github
87.36
19312829602 main fix: correct getCollectionOffers return type and add pagination support (#1818) * fix: correct getCollectionOffers return type and fix AssetEventType enum - Change getCollectionOffers return type from ListCollectionOffersResponse to GetOffersRes... push 12 Nov 2025 09:44PM UTC web-flow github
87.22
19224328276 main chore(deps): update jamesives/github-pages-deploy-action action to v4.7.4 (#1817) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> push 10 Nov 2025 07:41AM UTC web-flow github
87.32
19176729937 main Add multi-trait offers (#1814) push 07 Nov 2025 05:54PM UTC web-flow github
87.2
19053315868 main docs: simplify and clarify TypeDoc comments (#1813) Improved documentation throughout the SDK for better clarity and conciseness: - Simplified amount parameter docs: "Amount in decimal format (e.g., "1.5" for 1.5 ETH, not wei)" - Made all parame... push 04 Nov 2025 12:10AM UTC web-flow github
86.95
19048900751 main chore(deps): update node.js to v24 (#1812) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> push 03 Nov 2025 08:49PM UTC web-flow github
86.95
19035665013 main chore(deps): update dependency @types/node to v22.19.0 (#1811) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> push 03 Nov 2025 01:06PM UTC web-flow github
86.95
19027366855 main chore(deps): update node.js to v22.21.1 (#1810) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> push 03 Nov 2025 07:42AM UTC web-flow github
86.95
18957733875 main feat: default unitsToFill to 1 for offers and listings, add includePrivateListings parameter (#1809) * feat: default unitsToFill to 1 for both listings and offers Changes the SDK to always default `unitsToFill` to "1" for both listings and offer... push 30 Oct 2025 11:20PM UTC web-flow github
86.95
See All Builds (2204)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc