Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node_js_ipqs_device_tracker

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node_js_ipqs_device_tracker - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

3

lib/cjs/index.js

@@ -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;

5

lib/esm/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc