🎩 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.3
to
1.0.4
+3
-3
lib/index.js

@@ -12,3 +12,3 @@ /*

// 文件处理
common.proptype.file = {
common.prototype.file = {
set: function(file, message, opation) {

@@ -159,3 +159,3 @@ fs.appendFile(file, message, (err) => {

// json 处理
common.proptype.JSON = {
common.prototype.JSON = {
get: function() {

@@ -167,3 +167,3 @@ return JSON.parse(fs.readFileSync(file));

// 工具类
common.proptype.tools = {
common.prototype.tools = {
formatDate: function(date) {

@@ -170,0 +170,0 @@ const arr = ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09'];

{
"name": "cpwcom",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

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