New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@code-coaching/random

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code-coaching/random - npm Package Compare versions

Comparing version
1.2.1
to
1.2.2
+1
-1
cli/index.js
#!/usr/bin/env node
import { readFile } from "fs/promises";
import { randomID, randomString, randomUUID } from "../index.js";
import { randomID, randomString, randomUUID } from "../dist/index.js";
import { cli, FLAGS } from "./utils/cli.js";

@@ -5,0 +5,0 @@

{
"name": "@code-coaching/random",
"version": "1.2.1",
"version": "1.2.2",
"description": "This package provides functions to generate random stuff (strings, numbers, uuid). It can be used as a dependency for other packages. It can be used as a CLI tool.",

@@ -5,0 +5,0 @@ "type": "module",