{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:ae262af0-e8e6-48d9-931f-ec27aad513af",
  "version": 1,
  "metadata": {
    "timestamp": "2026-08-22T10:45:24Z",
    "tools": {
      "components": [
        {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.8.4",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.8.4",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.8.4",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      ]
    },
    "authors": [
      {
        "name": "OWASP Foundation"
      }
    ],
    "lifecycles": [
      {
        "phase": "pre-build"
      }
    ],
    "component": {
      "name": "react-store",
      "group": "@tanstack",
      "version": "0.11.0",
      "description": "Framework agnostic type-safe store w/ reactive framework adapters",
      "purl": "pkg:npm/%40tanstack/react-store@0.11.0",
      "bom-ref": "pkg:npm/@tanstack/react-store@0.11.0",
      "author": "Tanner Linsley",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "clean, test:eslint, test:types, test:types:ts56, test:types:ts57, test:types:ts58, test:types:ts59, test:lib, test:lib:dev, test:build, build"
        },
        {
          "name": "cdx:npm:buildScripts",
          "value": "test:build, build"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "type": "application",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "externalReferences": [
        {
          "type": "website",
          "url": "https://tanstack.com/store"
        },
        {
          "type": "vcs",
          "url": "https://github.com/TanStack/store.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@tanstack\\n@testing-library\\n@types\\n@vitejs"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@tanstack/store/package.json\\nnode_modules/@testing-library/react/package.json\\nnode_modules/@types/react-dom/package.json\\nnode_modules/@types/react/package.json\\nnode_modules/@types/use-sync-external-store/package.json\\nnode_modules/@vitejs/plugin-react/package.json\\nnode_modules/react-dom/package.json\\nnode_modules/react/package.json\\nnode_modules/use-sync-external-store/package.json"
      }
    ]
  },
  "components": [
    {
      "group": "",
      "name": "use-sync-external-store",
      "version": "1.6.0",
      "description": "Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/use-sync-external-store@1.6.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/facebook/react.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/use-sync-external-store@1.6.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/use-sync-external-store/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "use-sync-external-store/shim/with-selector,useSyncExternalStoreWithSelector,use-sync-external-store/shim/with-selector/useSyncExternalStoreWithSelector"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/use-sync-external-store/package.json"
              }
            ],
            "concludedValue": "node_modules/use-sync-external-store/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/useSelector.js",
            "line": 2
          },
          {
            "location": "dist/useSelector.js",
            "line": 35
          },
          {
            "location": "dist/useSelector.cjs",
            "line": 2
          },
          {
            "location": "src/useSelector.ts",
            "line": 2
          },
          {
            "location": "src/useSelector.ts",
            "line": 60
          }
        ]
      }
    },
    {
      "group": "",
      "name": "react-dom",
      "version": "19.2.5",
      "description": "React package for working with the DOM.",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/react-dom@19.2.5",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://react.dev/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/facebook/react.git"
        }
      ],
      "type": "framework",
      "bom-ref": "pkg:npm/react-dom@19.2.5",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/react-dom/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/react-dom/package.json"
              }
            ],
            "concludedValue": "node_modules/react-dom/package.json"
          }
        ]
      },
      "tags": [
        "framework"
      ]
    },
    {
      "group": "",
      "name": "react",
      "version": "19.2.5",
      "description": "React is a JavaScript library for building user interfaces.",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/react@19.2.5",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://react.dev/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/facebook/react.git"
        }
      ],
      "type": "framework",
      "bom-ref": "pkg:npm/react@19.2.5",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/react/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "react,useMemo,react/useMemo,createContext,react/createContext,useContext,react/useContext,react/jsx-runtime,react/jsx-runtime/jsx,useState,react/useState,useCallback,react/useCallback,PropsWithChildren,react/PropsWithChildren,ReactElement,react/ReactElement"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/react/package.json"
              }
            ],
            "concludedValue": "node_modules/react/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/_useStore.js",
            "line": 2
          },
          {
            "location": "dist/_useStore.js",
            "line": 23
          },
          {
            "location": "dist/createStoreContext.js",
            "line": 1
          },
          {
            "location": "dist/createStoreContext.js",
            "line": 2
          },
          {
            "location": "dist/createStoreContext.js",
            "line": 42
          },
          {
            "location": "dist/createStoreContext.js",
            "line": 51
          },
          {
            "location": "dist/useCreateAtom.js",
            "line": 2
          },
          {
            "location": "dist/useCreateAtom.js",
            "line": 6
          },
          {
            "location": "dist/useCreateStore.js",
            "line": 2
          },
          {
            "location": "dist/useCreateStore.js",
            "line": 6
          },
          {
            "location": "dist/useSelector.js",
            "line": 1
          },
          {
            "location": "dist/useSelector.js",
            "line": 30
          },
          {
            "location": "dist/useSelector.js",
            "line": 34
          },
          {
            "location": "dist/_useStore.cjs",
            "line": 2
          },
          {
            "location": "dist/createStoreContext.cjs",
            "line": 1
          },
          {
            "location": "dist/createStoreContext.cjs",
            "line": 2
          },
          {
            "location": "dist/useCreateAtom.cjs",
            "line": 2
          },
          {
            "location": "dist/useCreateStore.cjs",
            "line": 2
          },
          {
            "location": "dist/useSelector.cjs",
            "line": 1
          },
          {
            "location": "src/_useStore.ts",
            "line": 1
          },
          {
            "location": "src/_useStore.ts",
            "line": 37
          },
          {
            "location": "src/useCreateAtom.ts",
            "line": 1
          },
          {
            "location": "src/useCreateAtom.ts",
            "line": 29
          },
          {
            "location": "src/useCreateStore.ts",
            "line": 1
          },
          {
            "location": "src/useCreateStore.ts",
            "line": 36
          },
          {
            "location": "src/useSelector.ts",
            "line": 1
          },
          {
            "location": "src/useSelector.ts",
            "line": 50
          },
          {
            "location": "src/useSelector.ts",
            "line": 58
          },
          {
            "location": "src/createStoreContext.tsx",
            "line": 1
          },
          {
            "location": "src/createStoreContext.tsx",
            "line": 2
          },
          {
            "location": "src/createStoreContext.tsx",
            "line": 48
          },
          {
            "location": "src/createStoreContext.tsx",
            "line": 65
          },
          {
            "location": "dist/createStoreContext.d.cts",
            "line": 1
          },
          {
            "location": "dist/createStoreContext.js",
            "line": 45
          }
        ]
      },
      "tags": [
        "framework"
      ]
    },
    {
      "authors": [
        {
          "name": "Evan You"
        }
      ],
      "group": "@vitejs",
      "name": "plugin-react",
      "version": "6.0.1",
      "description": "The default Vite plugin for React projects",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40vitejs/plugin-react@6.0.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/vitejs/vite-plugin-react.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@vitejs/plugin-react@6.0.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@vitejs/plugin-react/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@vitejs/plugin-react/package.json"
              }
            ],
            "concludedValue": "node_modules/@vitejs/plugin-react/package.json"
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "use-sync-external-store",
      "version": "1.5.0",
      "description": "TypeScript definitions for use-sync-external-store",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40types/use-sync-external-store@1.5.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/use-sync-external-store"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/use-sync-external-store@1.5.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/use-sync-external-store/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@types/use-sync-external-store/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/use-sync-external-store/package.json"
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "react-dom",
      "version": "19.2.3",
      "description": "TypeScript definitions for react-dom",
      "scope": "excluded",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40types/react-dom@19.2.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/react-dom@19.2.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/react-dom/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@types/react-dom/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/react-dom/package.json"
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "react",
      "version": "19.2.14",
      "description": "TypeScript definitions for react",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40types/react@19.2.14",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/react@19.2.14",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/react/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@types/react/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/react/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)"
        }
      ],
      "group": "@testing-library",
      "name": "react",
      "version": "16.3.2",
      "description": "Simple and complete React DOM testing utilities that encourage good testing practices.",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40testing-library/react@16.3.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/testing-library/react-testing-library#readme"
        },
        {
          "type": "vcs",
          "url": "https://github.com/testing-library/react-testing-library"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@testing-library/react@16.3.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@testing-library/react/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "react,useMemo,react/useMemo,createContext,react/createContext,useContext,react/useContext,react/jsx-runtime,react/jsx-runtime/jsx,useState,react/useState,useCallback,react/useCallback,PropsWithChildren,react/PropsWithChildren,ReactElement,react/ReactElement"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@testing-library/react/package.json"
              }
            ],
            "concludedValue": "node_modules/@testing-library/react/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/_useStore.js",
            "line": 2
          },
          {
            "location": "dist/_useStore.js",
            "line": 23
          },
          {
            "location": "dist/createStoreContext.js",
            "line": 1
          },
          {
            "location": "dist/createStoreContext.js",
            "line": 2
          },
          {
            "location": "dist/createStoreContext.js",
            "line": 42
          },
          {
            "location": "dist/createStoreContext.js",
            "line": 51
          },
          {
            "location": "dist/useCreateAtom.js",
            "line": 2
          },
          {
            "location": "dist/useCreateAtom.js",
            "line": 6
          },
          {
            "location": "dist/useCreateStore.js",
            "line": 2
          },
          {
            "location": "dist/useCreateStore.js",
            "line": 6
          },
          {
            "location": "dist/useSelector.js",
            "line": 1
          },
          {
            "location": "dist/useSelector.js",
            "line": 30
          },
          {
            "location": "dist/useSelector.js",
            "line": 34
          },
          {
            "location": "dist/_useStore.cjs",
            "line": 2
          },
          {
            "location": "dist/createStoreContext.cjs",
            "line": 1
          },
          {
            "location": "dist/createStoreContext.cjs",
            "line": 2
          },
          {
            "location": "dist/useCreateAtom.cjs",
            "line": 2
          },
          {
            "location": "dist/useCreateStore.cjs",
            "line": 2
          },
          {
            "location": "dist/useSelector.cjs",
            "line": 1
          },
          {
            "location": "src/_useStore.ts",
            "line": 1
          },
          {
            "location": "src/_useStore.ts",
            "line": 37
          },
          {
            "location": "src/useCreateAtom.ts",
            "line": 1
          },
          {
            "location": "src/useCreateAtom.ts",
            "line": 29
          },
          {
            "location": "src/useCreateStore.ts",
            "line": 1
          },
          {
            "location": "src/useCreateStore.ts",
            "line": 36
          },
          {
            "location": "src/useSelector.ts",
            "line": 1
          },
          {
            "location": "src/useSelector.ts",
            "line": 50
          },
          {
            "location": "src/useSelector.ts",
            "line": 58
          },
          {
            "location": "src/createStoreContext.tsx",
            "line": 1
          },
          {
            "location": "src/createStoreContext.tsx",
            "line": 2
          },
          {
            "location": "src/createStoreContext.tsx",
            "line": 48
          },
          {
            "location": "src/createStoreContext.tsx",
            "line": 65
          },
          {
            "location": "dist/createStoreContext.d.cts",
            "line": 1
          },
          {
            "location": "dist/createStoreContext.js",
            "line": 45
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Tanner Linsley"
        }
      ],
      "group": "@tanstack",
      "name": "store",
      "version": "0.11.0",
      "description": "Framework agnostic type-safe store w/ reactive framework adapters",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40tanstack/store@0.11.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://tanstack.com/store"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/TanStack/store.git"
        }
      ],
      "type": "framework",
      "bom-ref": "pkg:npm/@tanstack/store@0.11.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@tanstack/store/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@tanstack/store,createAtom,@tanstack/store/createAtom,createStore,@tanstack/store/createStore,Store,@tanstack/store/Store,StoreActionMap,@tanstack/store/StoreActionMap,Atom,@tanstack/store/Atom,AtomOptions,@tanstack/store/AtomOptions,ReadonlyAtom,@tanstack/store/ReadonlyAtom,ReadonlyStore,@tanstack/store/ReadonlyStore,StoreActionsFactory,@tanstack/store/StoreActionsFactory"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@tanstack/store/package.json"
              }
            ],
            "concludedValue": "node_modules/@tanstack/store/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.js",
            "line": 9
          },
          {
            "location": "dist/useCreateAtom.js",
            "line": 1
          },
          {
            "location": "dist/useCreateAtom.js",
            "line": 7
          },
          {
            "location": "dist/useCreateAtom.js",
            "line": 8
          },
          {
            "location": "dist/useCreateStore.js",
            "line": 1
          },
          {
            "location": "dist/useCreateStore.js",
            "line": 7
          },
          {
            "location": "dist/useCreateStore.js",
            "line": 8
          },
          {
            "location": "dist/useCreateStore.js",
            "line": 9
          },
          {
            "location": "dist/index.cjs",
            "line": 17
          },
          {
            "location": "dist/useCreateAtom.cjs",
            "line": 1
          },
          {
            "location": "dist/useCreateStore.cjs",
            "line": 1
          },
          {
            "location": "src/_useStore.ts",
            "line": 3
          },
          {
            "location": "src/index.ts",
            "line": 1
          },
          {
            "location": "src/useAtom.ts",
            "line": 2
          },
          {
            "location": "src/useCreateAtom.ts",
            "line": 2
          },
          {
            "location": "src/useCreateAtom.ts",
            "line": 3
          },
          {
            "location": "src/useCreateAtom.ts",
            "line": 31
          },
          {
            "location": "src/useCreateAtom.ts",
            "line": 34
          },
          {
            "location": "src/useCreateStore.ts",
            "line": 2
          },
          {
            "location": "src/useCreateStore.ts",
            "line": 8
          },
          {
            "location": "src/useCreateStore.ts",
            "line": 39
          },
          {
            "location": "src/useCreateStore.ts",
            "line": 43
          },
          {
            "location": "src/useCreateStore.ts",
            "line": 46
          },
          {
            "location": "dist/_useStore.d.cts",
            "line": 2
          },
          {
            "location": "dist/index.d.cts",
            "line": 8
          },
          {
            "location": "dist/useAtom.d.cts",
            "line": 2
          },
          {
            "location": "dist/useCreateAtom.d.cts",
            "line": 1
          },
          {
            "location": "dist/useCreateStore.d.cts",
            "line": 1
          }
        ]
      },
      "tags": [
        "framework"
      ]
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@tanstack/react-store@0.11.0"
      ],
      "annotator": {
        "component": {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.8.4",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.8.4",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.8.4",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      },
      "timestamp": "2026-08-22T10:45:24Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Saturday, August 22, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'react-store' with version '0.11.0'. The package type in this SBOM is npm with 4 purl namespaces described under components. The components were identified from 9 source files."
    }
  ]
}