@crowdstrike/foundry-js
Advanced tools
+7
-2
@@ -267,5 +267,10 @@ import type { ApiIdentifier } from './apis/available-apis'; | ||
| export type ExtensionType = 'extension' | 'page'; | ||
| export interface ExtensionIdentifier { | ||
| export type ExtensionIdentifier = { | ||
| type: ExtensionType; | ||
| id: string; | ||
| } | ||
| name?: never; | ||
| } | { | ||
| type: ExtensionType; | ||
| name: string; | ||
| id?: never; | ||
| }; |
+18
-4
| { | ||
| "name": "@crowdstrike/foundry-js", | ||
| "version": "0.21.0", | ||
| "version": "0.22.0", | ||
| "description": "foundry-js is the JavaScript SDK for authoring UI Extensions for CrowdStrike's Foundry platform.", | ||
@@ -35,3 +35,3 @@ "repository": { | ||
| "typescript-memoize": "1.1.1", | ||
| "uuid": "13.0.0" | ||
| "uuid": "13.0.1" | ||
| }, | ||
@@ -50,5 +50,5 @@ "devDependencies": { | ||
| "eslint": "9.39.1", | ||
| "happy-dom": "20.0.2", | ||
| "happy-dom": "20.8.9", | ||
| "p-event": "7.0.0", | ||
| "rollup": "4.54.0", | ||
| "rollup": "4.59.0", | ||
| "tslib": "2.8.1", | ||
@@ -61,2 +61,16 @@ "typescript": "5.9.3", | ||
| }, | ||
| "overrides": { | ||
| "human-id": "4.1.2", | ||
| "@babel/runtime": "7.28.4", | ||
| "iconv-lite": "0.7.0", | ||
| "fastq": "1.19.1", | ||
| "minimatch@<3.1.3": "3.1.5", | ||
| "minimatch@>=9.0.0 <9.0.6": "9.0.9", | ||
| "ajv@<6.14.0": "6.14.0", | ||
| "picomatch@2": "2.3.2", | ||
| "picomatch@>=4 <4.0.4": "4.0.4", | ||
| "postcss": "8.5.14", | ||
| "brace-expansion@2": "2.0.3", | ||
| "vite": "7.3.2" | ||
| }, | ||
| "scripts": { | ||
@@ -63,0 +77,0 @@ "build": "rollup -c ./config/rollup.config.ts --configPlugin typescript", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
289549
0.16%6241
0.08%+ Added
- Removed
Updated