-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hello everyone!
I wonder why these libraries are not published as one or more npm packages. As I understand it so far, the scripts should be integrated into your own projects as follows:
import { uuidv4 } from 'https://jslib.k6.io/k6-utils/1.4.0/index.js';
export default function () {
const randomUUID = uuidv4();
console.log(randomUUID); // 35acae14-f7cb-468a-9866-1fc45713149a
}From my point of view this is a bad practice, because you lose the possibility to manage them together with all other dependencies and therefore have no corresponding monitoring of updates, vulnerabilities and licences of these scripts.
hesch, cdecoux, js-lowes, neonmei, clayton-sayer and 6 more
Metadata
Metadata
Assignees
Labels
No labels