Socket
Socket
Sign inDemoInstall

@kano/kbc-telemetry

Package Overview
Dependencies
Maintainers
12
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kano/kbc-telemetry - npm Package Compare versions

Comparing version 4.8.0-alpha.0 to 4.10.1-alpha.0

7

lib/utils/ids.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const v4_1 = __importDefault(require("uuid/v4"));
const uuid_1 = require("uuid");
function idGen() {
return v4_1.default().replace(/-/g, '');
return uuid_1.v4().replace(/-/g, '');
}

@@ -10,0 +7,0 @@ exports.idGen = idGen;

{
"name": "@kano/kbc-telemetry",
"version": "4.8.0-alpha.0",
"version": "4.10.1-alpha.0",
"description": "Telemetry module for boilerplate apps, using react-tracking",

@@ -26,3 +26,4 @@ "author": "Kano Computing",

"react-detect-offline": "^2.4.0",
"react-tracking": "^7.3.0"
"react-tracking": "^7.3.0",
"uuid": "^7.0.2"
},

@@ -37,3 +38,3 @@ "devDependencies": {

},
"gitHead": "35049b54e05827481cba85f0527f747df315c182"
"gitHead": "76a34973ba044fba7ab91f48825c70df37f79756"
}

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