fingerprint-generator 0.0.1 → 2.0.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,3 @@
1
+ 3.0.0 / 2021/10/17
2
+ ====================
3
+ First stable version.
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Fingerprint generator
2
2
  NodeJs package for generating realistic browser fingerprints and matching headers.
3
3
 
4
+ Works best with the [Fingerprint injector](https://github.com/apify/fingerprint-injector).
5
+
4
6
  <!-- toc -->
5
7
 
6
8
  - [Installation](#installation)
@@ -0,0 +1,3 @@
1
+ export declare const STRINGIFIED_PREFIX: "*STRINGIFIED*";
2
+ export declare const MISSING_VALUE_DATASET_TOKEN: "*MISSING_VALUE*";
3
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,iBAA2B,CAAC;AAC3D,eAAO,MAAM,2BAA2B,mBAA6B,CAAC"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MISSING_VALUE_DATASET_TOKEN = exports.STRINGIFIED_PREFIX = void 0;
4
+ exports.STRINGIFIED_PREFIX = '*STRINGIFIED*';
5
+ exports.MISSING_VALUE_DATASET_TOKEN = '*MISSING_VALUE*';
6
+ //# sourceMappingURL=constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,kBAAkB,GAAG,eAAwB,CAAC;AAC9C,QAAA,2BAA2B,GAAG,iBAA0B,CAAC"}