🚀 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.3
to
1.0.4
+2
-2
lib/utils.js

@@ -1,2 +0,2 @@

'use strict';
"use strict";

@@ -6,3 +6,3 @@ module.exports = utils;

function utils() {
// TODO
console.log("utils");
}
{
"name": "@cx-cli/utils",
"version": "1.0.3",
"version": "1.0.4",
"description": "> TODO: description",

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

},
"peerDependencies": {
"@cx-cli/core": "^1.0.0"
},
"repository": {

@@ -30,3 +33,3 @@ "type": "git",

},
"gitHead": "d93acfa5fb5b89926dd4c0b11bdbb5b8a435296c"
"gitHead": "a6bf905027e46f5412342c1d1b839644770adddf"
}