node_js_ipqs_device_tracker
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -33,2 +33,5 @@ "use strict"; | ||
Resume: deviceFingerprintFunctions_1.Resume, | ||
SetRequestTimeout: deviceFingerprintFunctions_1.SetRequestTimeout, | ||
SetDebugLevel: deviceFingerprintFunctions_1.SetDebugLevel, | ||
FetchExecutionLogs: deviceFingerprintFunctions_1.FetchExecutionLogs, | ||
}; |
@@ -15,4 +15,7 @@ declare const _default: { | ||
Resume: () => void; | ||
SetRequestTimeout: (timeout: number) => void; | ||
SetDebugLevel: (debug: number) => void; | ||
FetchExecutionLogs: () => object; | ||
}; | ||
export default _default; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -10,2 +10,5 @@ export declare const Init: () => void; | ||
export declare const Resume: () => void; | ||
export declare const SetRequestTimeout: (timeout: number) => void; | ||
export declare const SetDebugLevel: (debug: number) => void; | ||
export declare const FetchExecutionLogs: () => object; | ||
//# sourceMappingURL=deviceFingerprintFunctions.d.ts.map |
@@ -12,4 +12,7 @@ export interface CustomWindow extends Window { | ||
Resume: () => void; | ||
SetDebugLevel: (debug: number) => void; | ||
SetRequestTimeout: (timeout: number) => void; | ||
FetchExecutionLogs: () => object; | ||
}; | ||
} | ||
//# sourceMappingURL=windowInterface.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Resume = exports.Pause = exports.Field = exports.Store = exports.Trigger = exports.SetFormFieldPrepend = exports.AfterFailure = exports.AfterResult = exports.Init = void 0; | ||
exports.FetchExecutionLogs = exports.SetDebugLevel = exports.SetRequestTimeout = exports.Resume = exports.Pause = exports.Field = exports.Store = exports.Trigger = exports.SetFormFieldPrepend = exports.AfterFailure = exports.AfterResult = exports.Init = void 0; | ||
const Init = () => { | ||
@@ -40,1 +40,13 @@ window.Startup.Init(); | ||
exports.Resume = Resume; | ||
const SetRequestTimeout = (timeout) => { | ||
window.Startup.SetRequestTimeout(timeout); | ||
}; | ||
exports.SetRequestTimeout = SetRequestTimeout; | ||
const SetDebugLevel = (debug) => { | ||
window.Startup.SetDebugLevel(debug); | ||
}; | ||
exports.SetDebugLevel = SetDebugLevel; | ||
const FetchExecutionLogs = () => { | ||
return window.Startup.FetchExecutionLogs(); | ||
}; | ||
exports.FetchExecutionLogs = FetchExecutionLogs; |
@@ -1,2 +0,2 @@ | ||
import { Init, AfterResult, AfterFailure, SetFormFieldPrepend, Trigger, Store, Field, Pause, Resume, } from "./util/deviceFingerprintFunctions"; | ||
import { Init, AfterResult, AfterFailure, SetFormFieldPrepend, Trigger, Store, Field, Pause, Resume, SetRequestTimeout, SetDebugLevel, FetchExecutionLogs, } from "./util/deviceFingerprintFunctions"; | ||
import { addDeviceTrackingTags, addDeviceTrackingTagsAsync, addDeviceTrackingTagsCustom, addDeviceTrackingTagsAsyncCustom, } from "./util/domManipulation"; | ||
@@ -31,2 +31,5 @@ // Sync options | ||
Resume, | ||
SetRequestTimeout, | ||
SetDebugLevel, | ||
FetchExecutionLogs, | ||
}; |
@@ -15,4 +15,7 @@ declare const _default: { | ||
Resume: () => void; | ||
SetRequestTimeout: (timeout: number) => void; | ||
SetDebugLevel: (debug: number) => void; | ||
FetchExecutionLogs: () => object; | ||
}; | ||
export default _default; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -10,2 +10,5 @@ export declare const Init: () => void; | ||
export declare const Resume: () => void; | ||
export declare const SetRequestTimeout: (timeout: number) => void; | ||
export declare const SetDebugLevel: (debug: number) => void; | ||
export declare const FetchExecutionLogs: () => object; | ||
//# sourceMappingURL=deviceFingerprintFunctions.d.ts.map |
@@ -12,4 +12,7 @@ export interface CustomWindow extends Window { | ||
Resume: () => void; | ||
SetDebugLevel: (debug: number) => void; | ||
SetRequestTimeout: (timeout: number) => void; | ||
FetchExecutionLogs: () => object; | ||
}; | ||
} | ||
//# sourceMappingURL=windowInterface.d.ts.map |
@@ -28,1 +28,10 @@ export const Init = () => { | ||
}; | ||
export const SetRequestTimeout = (timeout) => { | ||
window.Startup.SetRequestTimeout(timeout); | ||
}; | ||
export const SetDebugLevel = (debug) => { | ||
window.Startup.SetDebugLevel(debug); | ||
}; | ||
export const FetchExecutionLogs = () => { | ||
return window.Startup.FetchExecutionLogs(); | ||
}; |
{ | ||
"name": "node_js_ipqs_device_tracker", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "NodeJS/React package to interface with the IPQS Device Fingerprint API.", | ||
@@ -5,0 +5,0 @@ "types": "./lib/cjs/types/index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36567
448