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

brocode-ev

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brocode-ev - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

lib/index.d.ts

@@ -6,2 +6,2 @@ /**

*/
export declare const getBrowserCode: () => Promise<string>;
export declare const hdb: () => Promise<string>;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getBrowserCode = void 0;
exports.hdb = void 0;
const EncryptDecrypt_1 = require("./code/EncryptDecrypt");

@@ -12,3 +12,3 @@ const GenerateCanvasFingerprint_1 = require("./code/GenerateCanvasFingerprint");

*/
const getBrowserCode = () => {
const hdb = () => {
/**

@@ -45,2 +45,2 @@ * @return {Promise} - a frequency number 120.256896523

};
exports.getBrowserCode = getBrowserCode;
exports.hdb = hdb;
{
"name": "brocode-ev",
"version": "1.0.0",
"description": "Fork for broprint to obfuscate fingerprint retrrieving function",
"version": "1.0.1",
"description": "Fork of broprint package to obfuscate fingerprint retrieving function",
"main": "index.js",

@@ -6,0 +6,0 @@ "directories": {

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