🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@cx-cli/utils

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cx-cli/utils - npm Package Compare versions

Comparing version
1.0.8
to
1.0.9
+5
-4
lib/utils.js

@@ -5,6 +5,7 @@ export function utils() {

import * as C from "@cx-cli/core";
const sleep = (ms) => new Promise((resolve, reject) => setTimeout(resolve, ms));
import aStyle from "./a.css";
export { aStyle, C };
export async function myUtils() {
await sleep(1000);
return Math.random().toString(36).slice(2, 8);
}
{
"name": "@cx-cli/utils",
"version": "1.0.8",
"version": "1.0.9",
"description": "> TODO: description",

@@ -5,0 +5,0 @@ "author": "OF3674 <597219320@qq.com>",