@gi-types/accountsservice1
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -155,3 +155,3 @@ /** | ||
get_icon_file(): string; | ||
get_language(): string; | ||
get_language(): string | null; | ||
get_location(): string; | ||
@@ -165,10 +165,3 @@ get_locked(): boolean; | ||
get_object_path(): string; | ||
get_password_expiration_policy( | ||
expiration_time: number, | ||
last_change_time: number, | ||
min_days_between_changes: number, | ||
max_days_between_changes: number, | ||
days_to_warn: number, | ||
days_after_expiration_until_lock: number | ||
): void; | ||
get_password_expiration_policy(): [number, number, number, number, number, number]; | ||
get_password_hint(): string; | ||
@@ -198,2 +191,8 @@ get_password_mode(): UserPasswordMode; | ||
set_password(password: string, hint: string): void; | ||
set_password_expiration_policy( | ||
min_days_between_changes: number, | ||
max_days_between_changes: number, | ||
days_to_warn: number, | ||
days_after_expiration_until_lock: number | ||
): void; | ||
set_password_hint(hint: string): void; | ||
@@ -204,2 +203,3 @@ set_password_mode(password_mode: UserPasswordMode): void; | ||
set_session_type(session_type: string): void; | ||
set_user_expiration_policy(expiration_time: number): void; | ||
set_user_name(user_name: string): void; | ||
@@ -206,0 +206,0 @@ set_x_session(x_session: string): void; |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "TypeScript definitions for AccountsService", | ||
@@ -29,3 +29,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/gi-ts/../base/packages/@gi-types/", | ||
"url": "https://github.com/gi-ts/base", | ||
"directory": "packages/@gi-types/accountsservice1" | ||
@@ -35,8 +35,8 @@ }, | ||
"dependencies": { | ||
"@gi-types/gio2": "^2.68.0", | ||
"@gi-types/glib2": "^2.68.0", | ||
"@gi-types/gobject2": "^2.68.0" | ||
"@gi-types/gio2": "^2.72.1", | ||
"@gi-types/glib2": "^2.72.1", | ||
"@gi-types/gobject2": "^2.72.1" | ||
}, | ||
"typeScriptVersion": "4.1", | ||
"gitHead": "d3a1917ca64618b5c9014e35618a0da3d23b6746" | ||
"gitHead": "4a213fd3fdc1a3eb78066a9b5d6f4d88cc671f3c" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
14242
1
Updated@gi-types/gio2@^2.72.1
Updated@gi-types/glib2@^2.72.1
Updated@gi-types/gobject2@^2.72.1