🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@greenarmor/ges-core

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@greenarmor/ges-core - npm Package Compare versions

Comparing version
1.2.6
to
1.2.7
+1
-1
dist/types/index.d.ts
export type ProjectType = "saas" | "ai-application" | "mcp-server" | "blockchain" | "wallet" | "government-system" | "healthcare-system" | "event-platform" | "photo-storage-platform" | "vulnerability-scanner" | "generic-web-application" | "api-backend" | "mobile-application";
export type FrameworkName = "GDPR" | "OWASP" | "CIS" | "NIST" | "ISO27001" | "ISO27701" | "HIPAA";
export type FrameworkName = "GDPR" | "OWASP" | "CIS" | "NIST" | "NIST-800-53" | "ISO27001" | "ISO27701" | "HIPAA";
export type DataClassification = "public" | "internal" | "confidential" | "restricted";

@@ -4,0 +4,0 @@ export type SeverityLevel = "critical" | "high" | "medium" | "low";

@@ -27,3 +27,3 @@ {

"types": "./dist/index.d.ts",
"version": "1.2.6",
"version": "1.2.7",
"scripts": {

@@ -30,0 +30,0 @@ "build": "tsc",