Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@crowdstrike/foundry-js

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crowdstrike/foundry-js - npm Package Compare versions

Comparing version
0.21.0
to
0.22.0
+7
-2
dist/types.d.ts

@@ -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;
};
{
"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",