Skip to content

Commit f31d0d5

Browse files
committed
chore: rebuild dist for 3.0.0
1 parent 99d9d59 commit f31d0d5

10 files changed

Lines changed: 71 additions & 22 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { TalsecConfig, ThreatEventActions, RaspExecutionStateEventActions } from '../../types/types';
1+
import type { RaspExecutionStateEventActions, TalsecConfig, ThreatEventActions } from '../../types/types';
22
export declare const startFreeRASP: (config: TalsecConfig, actions: ThreatEventActions, raspExecutionStateActions?: RaspExecutionStateEventActions) => Promise<{
33
started: boolean;
44
}>;

dist/esm/api/methods/capacitor.js

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/esm/api/methods/capacitor.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/esm/types/types.d.ts

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,23 +61,12 @@ export type TalsecAndroidConfig = {
6161
packageName: string;
6262
certificateHashes: string[];
6363
supportedAlternativeStores?: string[];
64-
malwareConfig?: TalsecMalwareConfig;
6564
suspiciousAppDetectionConfig?: SuspiciousAppDetectionConfig;
6665
};
6766
export type TalsecIosConfig = {
6867
appBundleId: string;
6968
appTeamId: string;
7069
};
71-
export type TalsecMalwareConfig = {
72-
/** @deprecated Use SuspiciousAppDetectionConfig instead */
73-
blacklistedHashes?: string[];
74-
/** @deprecated Use SuspiciousAppDetectionConfig instead */
75-
blacklistedPackageNames?: string[];
76-
/** @deprecated Use SuspiciousAppDetectionConfig instead */
77-
suspiciousPermissions?: string[][];
78-
/** @deprecated Use SuspiciousAppDetectionConfig instead */
79-
whitelistedInstallationSources?: string[];
80-
};
8170
export type ScopeType = 'SIDELOADED_ONLY' | 'SIDELOADED_AND_SYSTEM_EXCLUDE_OEM' | 'SIDELOADED_AND_OEM' | 'SIDELOADED_AND_SYSTEM_AND_OEM' | 'ALL';
8271
export type ReasonMode = 'ALL' | 'HIGHEST_CONFIDENCE';
8372
export type MalwareScanScope = {
@@ -89,8 +78,8 @@ export type SuspiciousAppDetectionConfig = {
8978
hashes?: string[];
9079
requestedPermissions?: string[][];
9180
grantedPermissions?: string[][];
92-
malwareScanScope?: MalwareScanScope;
93-
reasonMode?: ReasonMode;
81+
malwareScanScope: MalwareScanScope;
82+
reasonMode: ReasonMode;
9483
};
9584
export type SuspiciousAppInfo = {
9685
packageInfo: PackageInfo;

dist/esm/types/types.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugin.cjs.js

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugin.cjs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugin.js

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plugin.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)