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

easy-fingerprint

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-fingerprint - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

dist/index.js

@@ -15,5 +15,5 @@ "use strict";

const generateFingerprint = () => __awaiter(void 0, void 0, void 0, function* () {
let fp = yield (0, utils_1.canvasFingerPrint)();
const fp = yield (0, utils_1.canvasFingerPrint)();
return Object.assign(Object.assign(Object.assign({}, fp), (0, utils_1.getAgentInfo)()), { visitorId: fp.hash, ip: '' });
});
exports.generateFingerprint = generateFingerprint;
{
"name": "easy-fingerprint",
"version": "1.0.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xieyongyi0614/easy-fingerPrint.git"
},
"author": "corner",
"license": "ISC",
"bugs": {
"url": "https://github.com/xieyongyi0614/easy-fingerPrint/issues"
},
"homepage": "https://github.com/xieyongyi0614/easy-fingerPrint#readme",
"dependencies": {
"crypto-js": "^4.2.0",
"easy-fingerprint": "^1.0.0"
},
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/crypto-js": "^4.2.2",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"typescript-eslint": "^8.11.0"
}
"name": "easy-fingerprint",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xieyongyi0614/easy-fingerPrint.git"
},
"author": "corner",
"license": "ISC",
"bugs": {
"url": "https://github.com/xieyongyi0614/easy-fingerPrint/issues"
},
"homepage": "https://github.com/xieyongyi0614/easy-fingerPrint#readme",
"dependencies": {
"crypto-js": "^4.2.0",
"easy-fingerprint": "^1.0.0"
},
"keywords": [
"easy-fingerPrint",
"fingerPrint",
"userAgent",
"browser fingerPrint",
"browser"
],
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/crypto-js": "^4.2.2",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"typescript-eslint": "^8.11.0"
}
}
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