🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

cpwcom

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cpwcom - npm Package Compare versions

Comparing version
1.0.5
to
1.0.6
+4
-4
lib/index.js
/*
* 通用方法合集
*/
const msg = require('./colorMessage');
const msg = require('./msgColor');
const fs = require('fs');

@@ -201,6 +201,6 @@ const common = function() {

common.prototype.test={
msg:msg
}
// 打印日志
common.prototype.msg=msg;
const cpwcom = new common();
module.exports = cpwcom;
{
"name": "cpwcom",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",